[update] 企业管理列表变更

This commit is contained in:
zhaoxiao
2021-09-15 17:54:04 +08:00
parent 40faa11364
commit 1e106f1e22
@@ -11,6 +11,11 @@
<a-input placeholder="请输入企业名称" v-model="queryParam.companyName"></a-input>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="状态" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag v-model="queryParam.status" placeholder="请选择状态" dictCode="company_aduit_status"/>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery">查询</a-button>
@@ -110,10 +115,16 @@ export default {
width: 250,
dataIndex: 'companyName',
scopedSlots: { customRender: 'text' }
}, {
title: '信用代码',
align: 'center',
width: 250,
dataIndex: 'dutyCode',
scopedSlots: { customRender: 'text' }
}, {
title: '公司地址',
align: 'center',
width: 300,
width: 250,
dataIndex: 'companyAddress',
scopedSlots: { customRender: 'text' }
}, {
@@ -129,6 +140,7 @@ export default {
}, {
title: '创建时间',
align: 'center',
width: 180,
dataIndex: 'createTime'
}, {
title: '银行户名',