页面宽度增加
This commit is contained in:
@@ -230,9 +230,9 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="point_code" label="点位编码" width="130" />
|
||||
<el-table-column prop="point_name" label="点位名称" width="130" />
|
||||
<el-table-column prop="area_type" label="所属区域" width="100">
|
||||
<el-table-column prop="area_type" label="所属区域" width="130">
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.sch_area_type[scope.row.area_type] }}
|
||||
{{ dict.label.sch_area_type[scope.row.area_type] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="point_type" label="点位类型">
|
||||
|
||||
Reference in New Issue
Block a user