提交 d0b9fa93 编写于 作者: vino's avatar vino

时间显示

上级 53ec72c1
......@@ -83,8 +83,8 @@ export default {
default: 0
},
doctorId: {
type: String,
default: ""
type: Number|String,
default: 0
},
},
data() {
......
......@@ -66,7 +66,7 @@ export default {
default: false
},
operateUserID: {
type: String,
type: String|Number,
default: ""
},
},
......
......@@ -330,7 +330,7 @@ export default {
batchFlag:false,
bizType:0,
diagnoseType:0,
doctorId:"",
doctorId:0,
operateUserID:"",
pickerOptions1: {
disabledDate: (time) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册