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

时间显示

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