mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 15:28:41 +08:00
update 调整页面格式
This commit is contained in:
@@ -80,9 +80,10 @@
|
|||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" />
|
||||||
<!--<el-table-column label="${comment}" align="center" prop="id" />-->
|
<!--<el-table-column label="${comment}" align="center" prop="id" />-->
|
||||||
<el-table-column label="模板名称" align="center" prop="name" />
|
<el-table-column label="模板名称" align="center" prop="name" min-width="10%"/>
|
||||||
<el-table-column label="模板备注" align="center" prop="templateRemark" />
|
<el-table-column label="模板备注" align="center" prop="templateRemark" min-width="20%"/>
|
||||||
<el-table-column label="车辆类型" align="center" prop="type">
|
<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">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.vehicle_type" :value="scope.row.type" />
|
<dict-tag :options="dict.type.vehicle_type" :value="scope.row.type" />
|
||||||
</template>
|
</template>
|
||||||
@@ -92,7 +93,7 @@
|
|||||||
label="创建时间"
|
label="创建时间"
|
||||||
align="center"
|
align="center"
|
||||||
prop="createTime"
|
prop="createTime"
|
||||||
width="180"
|
min-width="10%"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
|
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
|
||||||
@@ -102,7 +103,7 @@
|
|||||||
label="更新时间"
|
label="更新时间"
|
||||||
align="center"
|
align="center"
|
||||||
prop="updateTime"
|
prop="updateTime"
|
||||||
width="180"
|
min-width="10%"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}</span>
|
<span>{{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}</span>
|
||||||
@@ -112,6 +113,7 @@
|
|||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
class-name="small-padding fixed-width"
|
class-name="small-padding fixed-width"
|
||||||
|
min-width="10%"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
Reference in New Issue
Block a user