md
This commit is contained in:
parent
2782213a76
commit
2939e678ee
@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
ref="refTable"
|
||||
storageName="emisCreditCustomerList_main_250305"
|
||||
storageName="emisCreditCustomerList_main_250308"
|
||||
|
||||
v-loading="loading"
|
||||
border stripe
|
||||
@ -110,6 +110,7 @@
|
||||
</div>
|
||||
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column :label="$t('额度编号')" align="center" prop="accCode" min-width="150" />
|
||||
<el-table-column :label="$t('月结客户')" align="center" prop="customerName" min-width="170" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
||||
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="200" :show-overflow-tooltip="true">
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<XdTable v-loading="loading"
|
||||
|
||||
ref="refTable"
|
||||
storageName="emisCreditSalesmenList_main_250305"
|
||||
storageName="emisCreditSalesmenList_main_250308"
|
||||
|
||||
border stripe
|
||||
size="small"
|
||||
@ -98,7 +98,7 @@
|
||||
</div>
|
||||
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
|
||||
<el-table-column :label="$t('额度编号')" align="center" prop="accCode" min-width="150" />
|
||||
<el-table-column :label="$t('员工姓名')" align="center" prop="salesmen" min-width="100" />
|
||||
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
||||
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="200" :show-overflow-tooltip="true">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user