From d9b0421105565ea402b315d657bed27025cc4afb Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 15 四月 2025 17:26:42 +0800 Subject: [PATCH] 修改能力范围:添加频次,标准收费分组 --- src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue | 12 ++++++++++++ src/views/structural/capabilityAndLaboratory/capability/index.vue | 1 + 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/structural/capabilityAndLaboratory/capability/index.vue b/src/views/structural/capabilityAndLaboratory/capability/index.vue index cbb2b79..0c20e17 100644 --- a/src/views/structural/capabilityAndLaboratory/capability/index.vue +++ b/src/views/structural/capabilityAndLaboratory/capability/index.vue @@ -152,6 +152,7 @@ { label: '妫�楠岄」鍒嗙被EN', prop: 'inspectionItemClassEn' }, { label: '妫�楠屽璞�', prop: 'sample' }, { label: '鍗曚环(鍏�)', prop: 'price' }, + { label: '棰戞', prop: 'frequency' }, { label: '璇曢獙瀹�', prop: 'sonLaboratory' }, { label: '瑕佹眰鎻忚堪', prop: 'askTell' }, { label: '瑕佹眰鍊�', prop: 'ask' }, diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue index e989c0c..5e9a4f5 100644 --- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue +++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue @@ -168,6 +168,16 @@ </el-form-item> </el-col> <el-col :span="12"> + <el-form-item label="棰戞锛�" prop="frequency"> + <el-input v-model="editForm.frequency" clearable size="small"></el-input> + </el-form-item> + </el-col> + <el-col :span="12"> + <el-form-item label="鏀惰垂鏍囧噯鍒嗙粍" prop="ratesGroup"> + <el-input v-model="editForm.ratesGroup" clearable size="small"></el-input> + </el-form-item> + </el-col> + <el-col :span="12"> <el-form-item label="鏀惰垂鏍囧噯(鍏�/娆�)锛�" prop="rates"> <el-input v-model="editForm.rates" clearable size="small"></el-input> </el-form-item> @@ -245,6 +255,8 @@ radiusList: [], // 鏉′欢 rates: '', // 鏉′欢 delegateRequestFlag: null,//鏄惁濮旀墭瑕佹眰 + frequency: null, + ratesGroup: null, }, sampleList: [], // 妫�楠屽璞′笅鎷夋 laboratoryList: [], // 鍦烘墍涓嬫媺妗� -- Gitblit v1.9.3