|
|
@@ -41,7 +41,7 @@
|
|
|
>提交申请
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="form.id && form.auditStatus == 3"
|
|
|
+ v-if="form.id && (form.auditStatus == 1)"
|
|
|
class="el-button--small-yh"
|
|
|
style="margin-left: 6px"
|
|
|
type="danger"
|
|
|
@@ -70,7 +70,7 @@
|
|
|
<tempalte slot="customerName">
|
|
|
<dic-select
|
|
|
v-model="form.customerName"
|
|
|
- placeholder="联系人"
|
|
|
+ placeholder="店铺名称"
|
|
|
label="cname"
|
|
|
res="records"
|
|
|
url="/gubersail-admin/corpsDesc/list?current=1&size=5"
|
|
|
@@ -125,7 +125,7 @@
|
|
|
</template>
|
|
|
<template slot="menu" slot-scope="{ row, index }">
|
|
|
<el-button size="small" icon="el-icon-edit" type="text" @click="rowEdit(row)" :disabled="editDis"
|
|
|
- >编辑
|
|
|
+ >{{row.$cellEdit?'保存':'编辑'}}
|
|
|
</el-button>
|
|
|
<el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)" :disabled="editDis"
|
|
|
>删除
|
|
|
@@ -198,7 +198,7 @@ export default {
|
|
|
disabled: false,
|
|
|
},
|
|
|
{
|
|
|
- label: "联系人",
|
|
|
+ label: "店铺名称",
|
|
|
prop: "customerName",
|
|
|
disabled: false,
|
|
|
},
|
|
|
@@ -246,7 +246,7 @@ export default {
|
|
|
value: 1,
|
|
|
},
|
|
|
],
|
|
|
- disabled: true,
|
|
|
+ disabled: false,
|
|
|
},
|
|
|
{
|
|
|
label: "审核状态",
|