pull/154/head
wb-zhuangyuehuang-vjzzZ 2024-06-25 14:54:12 +08:00
parent 7a945ff5ce
commit 28233bc38a
1 changed files with 1 additions and 7 deletions

View File

@ -411,15 +411,9 @@
<el-table :data="tableData" :row-class-name="tableRowClassName" height="520"
style="width: 100%">
<el-table-column prop="environmentId" label="报警名称">
<template slot-scope="scope">
<div>
{{ typeSelList[scope.row.environmentId - 1].name }}
</div>
</template>
<el-table-column prop="environmentName" label="报警名称">
</el-table-column>
<el-table-column prop="environmentId" label="判断条件">
<template slot-scope="scope">
<div>
{{ typeSelList1[scope.row.unit - 1].name }}