Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
67c7fb38
authored
Mar 15, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】商城:解决线下自提点初次绑定用户时页面卡死问题
parent
19aef88d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/mall/trade/delivery/pickUpStore/DeliveryPickUpStoreBindForm.vue
+1
-1
No files found.
src/views/mall/trade/delivery/pickUpStore/DeliveryPickUpStoreBindForm.vue
View file @
67c7fb38
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment