From a3350d3b221f68b00d7476b481455406cb6ddcc5 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 14 七月 2025 09:18:42 +0800 Subject: [PATCH] qx --- src/views/hosp/project/index.vue | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 31c8c32..a135a21 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -636,6 +636,12 @@ ></el-option> </el-select> </el-form-item> + <el-form-item label="鏄惁澶栭��" prop="proDelivery"> + <el-select v-model="form.proDelivery" placeholder="璇烽�夋嫨鏄惁澶栭��" style="width: 200px"> + <el-option v-for="dict in wsTypesy" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> </el-form> <el-button style="margin-left: 40px" @@ -1022,6 +1028,16 @@ label: "鍚�", }, ], + wsTypesy: [ + { + value:"1", + label:"鏄�" + }, + { + value:"0", + label:"鍚�" + } + ], xmmc: "", chargeId: [], List: false, -- Gitblit v1.8.0