月结客户出货统计其表‘其他’
This commit is contained in:
parent
9c5b051f3e
commit
6711f03d53
@ -121,7 +121,7 @@
|
||||
<el-table-column :label="$t('其他')" align="center" prop="other" width="100" >
|
||||
<el-table-column :label="$t('票数')" align="center" prop="otherTickets" min-width="120" >
|
||||
<template slot-scope="scope">
|
||||
<span @click="handleShowBillList(scope.row,4)">{{ scope.row.otherTickets }}</span>
|
||||
<span @click="handleShowBillList(scope.row,'other')">{{ scope.row.otherTickets }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('实际重量')" align="center" prop="otherWeight" min-width="120" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user