|
@@ -6,7 +6,7 @@
|
|
|
:modal-append-to-body="false"
|
|
|
center
|
|
|
:visible.sync="addDialogVisible"
|
|
|
- :customClass="[isType && addDialogType !== '新增预约纪要' ? 'container-applydial' : 'container-custom']"
|
|
|
+ :customClass="isType && addDialogType !== '新增预约纪要' ? 'container-applydial' : 'container-custom'"
|
|
|
:before-close="handleClose"
|
|
|
>
|
|
|
<div slot="title" style="display: flex; align-items: center">
|
|
@@ -60,16 +60,16 @@ export default {
|
|
|
default: false,
|
|
|
},
|
|
|
dialogVisibleId: {
|
|
|
- type: Number,
|
|
|
+ type: [Number,String],
|
|
|
},
|
|
|
selectList: {
|
|
|
- type: String,
|
|
|
+ type: [String,Array],
|
|
|
},
|
|
|
signUpAdd: {
|
|
|
type: String,
|
|
|
},
|
|
|
minimumSummation: {
|
|
|
- type: Number,
|
|
|
+ type: [Number,String],
|
|
|
},
|
|
|
tabsPitchonType: {
|
|
|
type: Number,
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
selectionArr: {
|
|
|
type: Array,
|
|
|
required: true,
|
|
|
- default: [],
|
|
|
+ default: ()=>[],
|
|
|
},
|
|
|
addDialogType: {
|
|
|
type: String,
|