基础信息相关界面修改

master
anthonywj 2 years ago
parent 5304d521d1
commit d2758f1374

@ -33,9 +33,8 @@
<el-table-column type="index" label="序号" width="50"></el-table-column> <el-table-column type="index" label="序号" width="50"></el-table-column>
<el-table-column label="企业名称" prop="companyName" width="160" show-overflow-tooltip></el-table-column> <el-table-column label="企业名称" prop="companyName" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="统一社会信用号" prop="creditNum" width="160"></el-table-column> <el-table-column label="统一社会信用号" prop="creditNum" width="160"></el-table-column>
<el-table-column label="注册地址" prop="registerAddress" :show-overflow-tooltip="true" width="180"></el-table-column> <el-table-column label="注册地址" prop="registerAddress" :show-overflow-tooltip="true"
width="180"></el-table-column>
<el-table-column label="审核状态" prop="checkStatus" width="120"> <el-table-column label="审核状态" prop="checkStatus" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="(scope.row.checkStatus) | statusFilterType"> <el-tag :type="(scope.row.checkStatus) | statusFilterType">
@ -43,8 +42,6 @@
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="资质证书" prop="certStatus" width="120"> <el-table-column label="资质证书" prop="certStatus" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
@ -60,7 +57,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="120"> <el-table-column label="操作" width="120" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@ -105,10 +102,6 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
@ -148,7 +141,6 @@ export default {
fromOptions: [], fromOptions: [],
}; };
}, },
filters: { filters: {
@ -223,7 +215,6 @@ export default {
}, },
registrationDialog(row) { registrationDialog(row) {
if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
this.formProductName = 2; this.formProductName = 2;
@ -256,9 +247,7 @@ export default {
} }
}, },
components: { components: {}
}
, ,
created() { created() {

@ -359,9 +359,9 @@
<div v-if="customerVisible"> <div v-if="customerVisible">
<el-dialog <el-dialog
title="系统用户" title="企业用户"
:visible.sync="customerVisible" :visible.sync="customerVisible"
width="60%" width="80%"
append-to-body append-to-body
:modal-append-to-body="false" :modal-append-to-body="false"
:close-on-click-modal="false" :close-on-click-modal="false"

Loading…
Cancel
Save