|
|
|
@ -417,7 +417,7 @@ onMounted(async () => { |
|
|
|
<el-table-column type="index" :label="t('common_list.id')" width="60" align="center" fixed="left" /> |
|
|
|
<el-table-column prop="jwcode" :label="t('common_list.jwcode')" width="120" fixed="left" /> |
|
|
|
<el-table-column prop="name" :label="t('common_list.name')" width="150" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="market" :label="t('common_list.market')" width="120" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="marketName" :label="t('common_list.market')" width="120" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="orderCode" :label="t('common_list.orderCode')" width="280" show-overflow-tooltip /> |
|
|
|
|
|
|
|
<el-table-column prop="paymentAmount" :label="t('common_list.payAmount')" width="150" align="right"> |
|
|
|
|