This commit is contained in:
parent
a11b7f565f
commit
8a3369b8ff
|
|
@ -18,7 +18,7 @@
|
|||
</a-col>
|
||||
<a-col :flex="$mk.config.ui.toolbarFlex">
|
||||
<!-- 工具条 -->
|
||||
<mk-toolbar @toolbarClick="toolbarClick"></mk-toolbar>
|
||||
<mk-toolbar @toolbarClick="toolbarClick" :isShowAdd="true"></mk-toolbar>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</a-col>
|
||||
<a-col :flex="$mk.config.ui.toolbarFlex">
|
||||
<!-- 工具条 -->
|
||||
<mk-toolbar @toolbarClick="toolbarClick"></mk-toolbar>
|
||||
<mk-toolbar @toolbarClick="toolbarClick" :isShowAdd="true"></mk-toolbar>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</a-col>
|
||||
<a-col :flex="$mk.config.ui.toolbarFlex">
|
||||
<!-- 工具条 -->
|
||||
<mk-toolbar @toolbarClick="toolbarClick"></mk-toolbar>
|
||||
<mk-toolbar @toolbarClick="toolbarClick" :isShowAdd="true"></mk-toolbar>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</a-col>
|
||||
<a-col :flex="$mk.config.ui.toolbarFlex">
|
||||
<!-- 工具条 -->
|
||||
<mk-toolbar v-if="pageMode != 'select'" @toolbarClick="toolbarClick"></mk-toolbar>
|
||||
<mk-toolbar v-if="pageMode != 'select'" @toolbarClick="toolbarClick" :isShowAdd="true"></mk-toolbar>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@
|
|||
// }, // 工资状态
|
||||
// { field: 'wages_date', sortable: true, title: '日期', formatter: 'formatDate', width: 120 }, // 工资日期
|
||||
// { field: 'wages_balance', sortable: true, title: '帐户结余', width: 120 }, // 工资结余
|
||||
{ field: 'wages_remark', sortable: true, title: '备注', width: 250 }, // 工资备注
|
||||
// { field: 'wages_remark', sortable: true, title: '备注', width: 250 }, // 工资备注
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@ export default {
|
|||
{field: 'maintenance_interval', sortable: true, title: '维修时间间隔', width: 140}, // 维修时间间隔
|
||||
{field: 'mileage_interval', sortable: true, title: '维修公里数间隔', width: 140}, // 维修公里数间隔
|
||||
{field: 'maintenance_mileage', sortable: true, title: '维修公里数', width: 120}, // 维修公里数
|
||||
{field: 'maintenance_price', sortable: true, title: '维修金额', width: 120}, // 维修金额
|
||||
{
|
||||
field: 'maintenance_date',
|
||||
formatter: 'formatDate',
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ export default {
|
|||
{field: 'tire_count', sortable: true, title: '更换数量', width: 100}, // 轮胎更换数量
|
||||
{field: 'tire_price', sortable: true, title: '价格(元)', width: 120}, // 轮胎更换价格
|
||||
{field: 'tire_number', sortable: true, title: '胎号', width: 150}, // 轮胎胎号
|
||||
{field: 'old_tire_number', sortable: true, title: '旧胎号', width: 150}, // 轮胎更换旧胎号
|
||||
// {field: 'old_tire_number', sortable: true, title: '旧胎号', width: 150}, // 轮胎更换旧胎号
|
||||
{field: 'tire_remark', sortable: true, title: '备注', width: 250}, // 轮胎更换备注
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue