|
@@ -364,6 +364,10 @@
|
|
|
type="textarea"
|
|
type="textarea"
|
|
|
v-model="list.storeArchives.mainBrand"
|
|
v-model="list.storeArchives.mainBrand"
|
|
|
label="主营T0P3品牌" />
|
|
label="主营T0P3品牌" />
|
|
|
|
|
+ <van-field
|
|
|
|
|
+ readonly
|
|
|
|
|
+ v-model="list.storeArchives.emergencyContactRelation"
|
|
|
|
|
+ label="紧急联系人身份" />
|
|
|
<van-field
|
|
<van-field
|
|
|
readonly
|
|
readonly
|
|
|
v-model="list.storeArchives.emergencyContact"
|
|
v-model="list.storeArchives.emergencyContact"
|
|
@@ -376,10 +380,6 @@
|
|
|
readonly
|
|
readonly
|
|
|
v-model="list.storeArchives.emergencyContactMobile"
|
|
v-model="list.storeArchives.emergencyContactMobile"
|
|
|
label="紧急联系人电话" />
|
|
label="紧急联系人电话" />
|
|
|
- <van-field
|
|
|
|
|
- readonly
|
|
|
|
|
- v-model="list.storeArchives.emergencyContactRelation"
|
|
|
|
|
- label="紧急联系人身份" />
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-for="(item, index) in TCFXList" v-if="dictTypeFormShow" v-else>
|
|
<template v-for="(item, index) in TCFXList" v-if="dictTypeFormShow" v-else>
|