From a62d9ff3b7bebf15f1bee8827ed5c263d9a1776c Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 06 六月 2024 13:47:44 +0800 Subject: [PATCH] 在检验执行的模板渲染进行处理 --- src/components/view/a5-laboratory-management.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/view/a5-laboratory-management.vue b/src/components/view/a5-laboratory-management.vue index 82e8e6d..8a3ad69 100644 --- a/src/components/view/a5-laboratory-management.vue +++ b/src/components/view/a5-laboratory-management.vue @@ -244,8 +244,8 @@ children:[] }, { - value:'棰濆绫诲瀷', - label:'棰濆绫诲瀷', + value:'鎶ュ憡绫诲瀷', + label:'鎶ュ憡绫诲瀷', children:null }, ], @@ -283,7 +283,6 @@ return m }) this.options[0].children = arr; - this.fileComponentData.tagField.type.select = arr; this.fileComponentData.selectField.type.select = arr; }) }, -- Gitblit v1.9.3