Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
a992596b
Commit
a992596b
authored
Oct 31, 2024
by
xiami
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增店铺管理
parent
0fff7118
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/views/shop/shopManagerDetail.vue
src/views/shop/shopManagerDetail.vue
+3
-1
No files found.
src/views/shop/shopManagerDetail.vue
View file @
a992596b
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
<el-table-column
align=
"center"
label=
"开户行"
prop=
"bankName"
/>
<el-table-column
align=
"center"
label=
"开户行"
prop=
"bankName"
/>
<el-table-column
align=
"center"
label=
"持卡人姓名"
prop=
"name"
/>
<el-table-column
align=
"center"
label=
"持卡人姓名"
prop=
"name"
/>
<el-table-column
align=
"center"
label=
"开店费"
prop=
"openShopAmount"
/>
<el-table-column
align=
"center"
label=
"开店费"
prop=
"openShopAmount"
/>
<el-table-column
align=
"center"
label=
"开店费"
prop=
"guaranteeAmount"
/>
<!-- <el-table-column align="center" label="质保金" prop="itemPrice" /> -->
<!-- <el-table-column align="center" label="质保金" prop="itemPrice" /> -->
</el-table>
</el-table>
</div>
</div>
...
@@ -94,7 +95,7 @@
...
@@ -94,7 +95,7 @@
</div>
</div>
<div
class=
"user_info flex"
>
<div
class=
"user_info flex"
>
<el-form
ref=
"addInviteRef"
label-width=
"100px"
style=
"width: 30%"
>
<el-form
ref=
"addInviteRef"
label-width=
"100px"
style=
"width: 30%"
>
<el-form-item
label=
"
备注
:"
>
<el-form-item
label=
"
不通过原因
:"
>
<div>
{{ itemContent.remark || '-' }}
</div>
<div>
{{ itemContent.remark || '-' }}
</div>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -149,6 +150,7 @@ export default {
...
@@ -149,6 +150,7 @@ export default {
cardId
:
this
.
itemContent
.
cardId
,
cardId
:
this
.
itemContent
.
cardId
,
bankName
:
this
.
itemContent
.
bankName
,
bankName
:
this
.
itemContent
.
bankName
,
name
:
this
.
itemContent
.
name
,
name
:
this
.
itemContent
.
name
,
guaranteeAmount
:
this
.
itemContent
.
guaranteeAmount
,
openShopAmount
:
this
.
itemContent
.
openShopAmount
,
openShopAmount
:
this
.
itemContent
.
openShopAmount
,
idCardFrontImage
:
this
.
itemContent
.
idCardFrontImage
,
idCardFrontImage
:
this
.
itemContent
.
idCardFrontImage
,
idCardBackImage
:
this
.
itemContent
.
idCardBackImage
idCardBackImage
:
this
.
itemContent
.
idCardBackImage
...
...
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