md
This commit is contained in:
parent
30551da77a
commit
d9b511bda7
@ -227,7 +227,13 @@
|
||||
<el-table-column :label="$t('账期')" align="center" prop="billMonth" width="80" :show-overflow-tooltip="true" />
|
||||
<!-- bug:1476 -->
|
||||
<el-table-column :label="$t('账单月份')" align="center" prop="sendMonth" width="150" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('支付方式')" align="center" prop="settleType" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('支付方式')" align="center" prop="settleType" width="80" :show-overflow-tooltip="true" >
|
||||
<template slot-scope="scope">
|
||||
<el-tag v-if="scope.row.settleType==1" type="error">现金</el-tag>
|
||||
<el-tag v-if="scope.row.settleType==2" type="success">月结</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column :label="$t('开票定制备注')" align="center" prop="openBillRemark" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('付款日期')" align="center" prop="payDays" width="80" :show-overflow-tooltip="true" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user