dev:兰州二期生箔修改
This commit is contained in:
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user