Commit a992596b authored by xiami's avatar xiami

新增店铺管理

parent 0fff7118
......@@ -83,6 +83,7 @@
<el-table-column align="center" label="开户行" prop="bankName" />
<el-table-column align="center" label="持卡人姓名" prop="name" />
<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>
</div>
......@@ -94,7 +95,7 @@
</div>
<div class="user_info flex">
<el-form ref="addInviteRef" label-width="100px" style="width: 30%">
<el-form-item label="备注:">
<el-form-item label="不通过原因:">
<div>{{ itemContent.remark || '-' }}</div>
</el-form-item>
</el-form>
......@@ -149,6 +150,7 @@ export default {
cardId: this.itemContent.cardId,
bankName: this.itemContent.bankName,
name: this.itemContent.name,
guaranteeAmount: this.itemContent.guaranteeAmount,
openShopAmount: this.itemContent.openShopAmount,
idCardFrontImage: this.itemContent.idCardFrontImage,
idCardBackImage: this.itemContent.idCardBackImage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment