From 8ac5d54bc84b7057c6b07d5470e6bf3848e642fb Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 01 四月 2022 16:57:56 +0800 Subject: [PATCH] 自查清单 --- src/views/safetyproduction/gojudging.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/safetyproduction/gojudging.vue b/src/views/safetyproduction/gojudging.vue index 1f376a2..f0947c3 100644 --- a/src/views/safetyproduction/gojudging.vue +++ b/src/views/safetyproduction/gojudging.vue @@ -41,10 +41,10 @@ <el-table-column align="center" label="评审结果"> <template slot-scope="scope"> <span v-if="(scope.row.safetyInspectionItemResult== 0)" - >是</span + >否决</span > <span v-if="(scope.row.safetyInspectionItemResult == 1)" - >否</span + >扣分</span > </template> </el-table-column> @@ -72,7 +72,7 @@ </template> </el-table-column> <el-table-column - prop="" + prop="remark" align="center" label="备注" ></el-table-column> @@ -195,4 +195,4 @@ .titles { font-size: 14px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2