新增了剩余线索数量和计费开关

master
doublekou 12 months ago
commit 68458ec359

@ -69,7 +69,7 @@
<div v-if="title !== '详情'">
<a-button v-if="title !== '审核'" @click="visible = false"></a-button>
<a-button
v-if="formModel.enrollStatus == 1"
v-if="formModel.enrollStatus == 1 && formModel.customType == 1"
type="primary"
html-type="submit"
style="margin-left: 10px"
@ -125,6 +125,7 @@ interface SysUserPageVO {
comprehensiveAddress?: string
enrollStatus?: number
remark?: string
customType: number
customStoreVOList: ReservationShop[]
}
@ -132,6 +133,7 @@ const formModel = reactive<SysUserPageVO>({
customId: undefined,
customName: '',
customNid: '',
customType: 0,
comprehensiveAddress: '',
remark: '',
customStoreVOList: [],

Loading…
Cancel
Save