dev:兰州二期生箔修改

This commit is contained in:
zhouz
2024-04-22 19:02:40 +08:00
parent 7443ad209d
commit 38fcac9e4a
6 changed files with 150 additions and 45 deletions

View File

@@ -185,11 +185,6 @@
<el-table-column prop="last_time" label="倒计时" width="120"/>
<el-table-column prop="group_name" label="组别"/>
<el-table-column prop="ext_code" label="外部编码" width="130"/>
<el-table-column prop="point_location" label="位置">
<template slot-scope="scope">
{{ dict.label.point_location[scope.row.point_location] }}
</template>
</el-table-column>
<el-table-column prop="is_used" label="是否启用">
<template slot-scope="scope">
{{ dict.label.is_used[scope.row.is_used] }}