|
|
|
@ -73,7 +73,9 @@
@@ -73,7 +73,9 @@
|
|
|
|
|
<el-table-column label="保证水位" align="center" prop="bzsw" /> |
|
|
|
|
<el-table-column label="测站状态" align="center" prop="status"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<dict-tag :options="stationStatusList" :value="scope.row.status"/> |
|
|
|
|
<el-tag v-if="scope.row.status == '0'">正常</el-tag> |
|
|
|
|
<el-tag type="warning" v-if="scope.row.status == '1'">信道故障</el-tag> |
|
|
|
|
<el-tag type="danger" v-if="scope.row.status == '5'">站点关闭</el-tag> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
|
|