md
This commit is contained in:
parent
d46d03e24a
commit
3b801a4ad5
@ -57,6 +57,14 @@ export const constantRoutes = [
|
||||
title:'工具'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/chat',
|
||||
component: () => import('@/views/chat'),
|
||||
hidden: true,
|
||||
meta:{
|
||||
title:'客服'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/register',
|
||||
component: () => import('@/views/register'),
|
||||
|
||||
@ -223,7 +223,14 @@
|
||||
</el-table-column>
|
||||
|
||||
<!-- <el-table-column :label="$t('账期')" align="center" prop="settleBill.billMonth" width="80" :show-overflow-tooltip="true" /> -->
|
||||
|
||||
<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="openBillRemark" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('付款日期')" align="center" prop="payDays" width="80" :show-overflow-tooltip="true" />
|
||||
|
||||
<!-- <el-table-column :label="$t('代垫费用')" align="center" prop="ddfy" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('折让')" align="center" prop="zr" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('赔偿等杂费')" align="center" prop="pc" width="120" :show-overflow-tooltip="true" /> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user