update 调整页面格式

This commit is contained in:
2024-02-21 11:04:35 +08:00
parent 030873b9e8
commit cf974af4de

View File

@@ -80,9 +80,10 @@
>
<el-table-column type="selection" width="55" align="center" />
<!--<el-table-column label="${comment}" align="center" prop="id" />-->
<el-table-column label="模板名称" align="center" prop="name" />
<el-table-column label="模板备注" align="center" prop="templateRemark" />
<el-table-column label="车辆类型" align="center" prop="type">
<el-table-column label="模板名称" align="center" prop="name" min-width="10%"/>
<el-table-column label="模板备注" align="center" prop="templateRemark" min-width="20%"/>
<el-table-column label="模板描述" align="center" prop="templateDesc" min-width="20%"/>
<el-table-column label="车辆类型" align="center" prop="type" min-width="10%">
<template slot-scope="scope">
<dict-tag :options="dict.type.vehicle_type" :value="scope.row.type" />
</template>
@@ -92,7 +93,7 @@
label="创建时间"
align="center"
prop="createTime"
width="180"
min-width="10%"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
@@ -102,7 +103,7 @@
label="更新时间"
align="center"
prop="updateTime"
width="180"
min-width="10%"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}</span>
@@ -112,6 +113,7 @@
label="操作"
align="center"
class-name="small-padding fixed-width"
min-width="10%"
>
<template slot-scope="scope">
<el-button