提交 a2c305e0 编写于 作者: tony001's avatar tony001

调整数值框 app-span

上级 81e268f1
......@@ -192,8 +192,11 @@ export default class AppSpan extends Vue {
this.text = '';
}else if(this.dataType){
this.dataFormat();
}else if(this.valueFormat){
this.dateFormat();
if(this.valueFormat){
this.dateFormat();
}else{
this.text = this.value;
}
}else{
this.text = this.value;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册