代码更新备份

master
1178634255 2 years ago
parent 0fa3850e6a
commit 3c7da4d0e5

@ -6,8 +6,8 @@
<el-form :model="filterQuery" class="query-form" size="mini" label-width="120px" v-show="showSearch">
<el-row>
<el-col :span="6">
<el-form-item label="配送企业名称:">
<el-input v-model="filterQuery.companyName" style="width: 90%" placeholder="请输入配送企业名称"
<el-form-item label="注册企业名称:">
<el-input v-model="filterQuery.companyName" style="width: 90%" placeholder="请输入注册企业名称"
clearable></el-input>
</el-form-item>
</el-col>
@ -33,7 +33,7 @@
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row
@row-click="supCompanyClick">
<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="area" width="180"></el-table-column>
<el-table-column label="详细地址" prop="detailAddr" :show-overflow-tooltip="true" width="180"></el-table-column>

Loading…
Cancel
Save