From 7d828bee5a6468b494f57a7984b0a52ec49b1356 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 03 四月 2025 14:36:58 +0800 Subject: [PATCH] 标准库修改 --- src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue index c9cd538..b98ae27 100644 --- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue +++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue @@ -148,7 +148,7 @@ </el-col> </el-row> <el-row> - <el-col :span="12"> + <!-- <el-col :span="12"> <el-form-item label="璇曢獙鏂规硶锛�" prop="method"> <el-select v-model="editForm.method" clearable multiple placeholder="璇烽�夋嫨" size="small" style="width: 100%"> @@ -156,8 +156,8 @@ :value="item.label"></el-option> </el-select> </el-form-item> - </el-col> - <!-- <el-col :span="12"> + </el-col> --> + <el-col :span="12"> <el-form-item label="璇曢獙鏉′欢锛�" prop="radiusList"> <el-select v-model="editForm.radiusList" allow-create default-first-option filterable multiple placeholder="璇烽�夋嫨" size="small" style="width: 100%"> @@ -165,9 +165,7 @@ :value="item.value"></el-option> </el-select> </el-form-item> - </el-col> --> - </el-row> - <el-row> + </el-col> <el-col :span="12"> <el-form-item label="鏀惰垂鏍囧噯(鍏�/娆�)锛�" prop="rates"> <el-input v-model="editForm.rates" clearable size="small"></el-input> -- Gitblit v1.9.3