@@ -102,7 +102,7 @@ export default {
overHidden: true,
},
{
- label: "申请人客户",
+ label: "店铺名称",
prop: "customerName",
width: 90,
search: true,
@@ -188,8 +188,8 @@ export default {
],
- {
- label: "拒绝原因",
+ {
+ label: "审核备注",
prop: "auditRemark",
@@ -19,7 +19,7 @@
@tree-load="treeLoad"
>
<template slot-scope="{ row, $index }" slot="menuLeft">
- <el-button icon="el-icon-plus" type="primary" @click="addRow">新增</el-button>
+ <el-button icon="el-icon-plus" type="primary" @click="addRow" size="small">新增</el-button>
</template>
</avue-crud>
</basic-container>