This commit is contained in:
zxx 2024-05-20 11:23:05 +08:00
parent a11b7f565f
commit 8a3369b8ff
7 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 }, //
]
}

View File

@ -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',

View File

@ -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}, //
{