From 4ff4e1d736dff5434fcd28508df83af99b54a0d4 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 20 三月 2025 13:26:34 +0800 Subject: [PATCH] 能力范围、实验室能力档案功能变更 --- src/views/structural/capabilityAndLaboratory/capability/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/structural/capabilityAndLaboratory/capability/index.vue b/src/views/structural/capabilityAndLaboratory/capability/index.vue index 3fbef5c..7bbd44d 100644 --- a/src/views/structural/capabilityAndLaboratory/capability/index.vue +++ b/src/views/structural/capabilityAndLaboratory/capability/index.vue @@ -155,13 +155,13 @@ { label: '璇曢獙瀹�', prop: 'sonLaboratory' }, { label: '瑕佹眰鎻忚堪', prop: 'askTell' }, { label: '瑕佹眰鍊�', prop: 'ask' }, + { label: '璇曢獙鏉′欢', prop: 'radiusList' }, { label: '璁¢噺鍗曚綅', prop: 'unit' }, { label: '宸ユ椂(H)', prop: 'manHour' }, { label: '棰勮鏃堕棿(H)', prop: 'manDay' }, { label: '宸ユ椂鍒嗙粍', prop: 'manHourGroup' }, { label: '鍒涘缓鏃堕棿', prop: 'createTime' }, { label: '淇敼鏃堕棿', prop: 'updateTime' }, - { label: '鏉′欢', prop: 'radiusList' }, { dataType: 'action', fixed: 'right', @@ -514,6 +514,11 @@ } }, refresh() { + this.itemParameterForm = { + inspectionItem: null, + inspectionItemSubclass: null, + sample: null + } this.resetForm('itemParameterForm') this.page.current = 1 this.refreshTable() -- Gitblit v1.9.3