@@ -60,6 +60,22 @@
min-width="100"
align="center"
></el-table-column>
+ <el-table-column
+ prop="phone"
+ label="状态"
+ min-width="60"
+ align="center"
+ >
+ <template v-slot="scope">
+ <div
+ :style="{
+ color: scope.row.hasMmsi == 1 ? 'red' : '#333',
+ }"
+ {{ scope.row.hasMmsi == 1 ? "异常" : "正常" }}
+ </div>
+ </template>
+ </el-table-column>
<el-table-column
prop="createTime"
label="创建时间"