表结构更新
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -212,7 +212,7 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="point_code" label="点位编码" sortable width="100" />
|
||||
<el-table-column prop="point_name" label="点位名称" width="120" sortable show-overflow-tooltip />
|
||||
<el-table-column prop="region_name" label="区域名称" />
|
||||
<el-table-column prop="region_name" label="区域名称" min-width="120" show-overflow-tooltip />
|
||||
<el-table-column prop="point_type_name" label="点位类型" />
|
||||
<el-table-column prop="point_status_name" label="点位状态" />
|
||||
<el-table-column prop="lock_type_name" label="锁定类型" />
|
||||
@@ -359,6 +359,7 @@ export default {
|
||||
if (id) {
|
||||
this.getPointStatusList(id)
|
||||
this.getPointTypeList(id)
|
||||
this.crud.toQuery()
|
||||
}
|
||||
},
|
||||
getPointStatusList(id) {
|
||||
|
||||
Reference in New Issue
Block a user