src/views/selfCheck/components/supervisionDetails.vue
@@ -45,7 +45,7 @@ <td class="w-20 overText"> <span v-if="!item.rectifyStatus"> 未整改 <span v-if="unitType == -1" style="cursor: pointer;color: #409EFF" @click="toRectify(item)">去整改</span> <span v-if="unitType == -1" style="cursor: pointer;color: #034ea2" @click="toRectify(item)">去整改</span> </span> <span v-else> {{item.completeRectifyTime + '整改完成'}} @@ -223,7 +223,7 @@ if(res.data.code === "200"){ t.$message({ type:'success', message:res.data.message message: '提交成功' }) }else{ t.$message({