【功能修复】商城:解决线下自提点初次绑定用户时页面卡死问题
This commit is contained in:
parent
19aef88d9b
commit
67c7fb3856
@ -20,7 +20,7 @@
|
||||
<el-button type="primary" @click="storeStaffTableSelect.open()">选择店员</el-button>
|
||||
</el-form-item>
|
||||
<!-- 店员列表 -->
|
||||
<ContentWrap v-if="formData.verifyUsers.length > 0">
|
||||
<ContentWrap v-if="formData.verifyUsers?.length > 0">
|
||||
<el-table :data="formData.verifyUsers">
|
||||
<el-table-column label="编号" align="center" prop="id" />
|
||||
<el-table-column
|
||||
|
Loading…
Reference in New Issue
Block a user