From a6842851a844e63a8766d63c5410a8e2f27a7d45 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 20 八月 2024 11:56:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/check/template/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/check/template/index.vue b/src/views/system/check/template/index.vue index 758ae1c..0b739da 100644 --- a/src/views/system/check/template/index.vue +++ b/src/views/system/check/template/index.vue @@ -76,7 +76,7 @@ <span>鑰冩牳绫诲瀷锛�</span> <dict-tag :options="dict.type.platform_examine_category" :value="item.examineCategory"/> </div> - <div class="text item">鑰冩牳棰戠巼锛歿{ item.frequency == 0 ? '鏈堝害鑰冩牳' : '瀛e害鑰冩牳' }}</div> + <!-- <div class="text item">鑰冩牳棰戠巼锛歿{ item.frequency == 0 ? '鏈堝害鑰冩牳' : '瀛e害鑰冩牳' }}</div> --> <div class="text item" style="display: flex"> <span>鑰冩牳瀵硅薄锛�</span> <el-tooltip effect="dark" :content="translateDeptIdList(item.deptId)" placement="top"> @@ -213,8 +213,8 @@ </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> - <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> <el-button @click="cancel">鍙� 娑�</el-button> + <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> </div> </el-dialog> </div> -- Gitblit v1.8.0