From 47b9d49bf40010d0eba022379ab50ca47d021c62 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 30 五月 2025 16:42:11 +0800 Subject: [PATCH] qx --- src/views/reservation/career/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/reservation/career/index.vue b/src/views/reservation/career/index.vue index b4f1091..70821e2 100644 --- a/src/views/reservation/career/index.vue +++ b/src/views/reservation/career/index.vue @@ -127,8 +127,8 @@ <!-- 娣诲姞鎴栦慨鏀逛綋妫�鍗曚綅淇℃伅缁存姢瀵硅瘽妗� --> <div class="dia"> - <el-dialog :title="title" :visible.sync="open" width="1000px" append-to-body> - <el-form ref="form" :model="form" :rules="rules" label-width="100px" :inline="true"> + <el-dialog :title="title" :visible.sync="open" width="1100px" append-to-body> + <el-form ref="form" :model="form" :rules="rules" label-width="106px" :inline="true"> <el-form-item label="鍗曚綅鍚嶇О" prop="cnName" @@ -194,7 +194,7 @@ v-model="form.lsgx" placeholder="璇烽�夋嫨闅跺睘鍏崇郴" clearable - style="width: 183px" + style="width: 202px" > <el-option v-for="dict in dict.type.sys_yes_no" @@ -210,7 +210,7 @@ v-model="form.jjlx" placeholder="璇烽�夋嫨缁忔祹绫诲瀷" clearable - style="width: 183px" + style="width: 202px" > <el-option v-for="dict in dict.type.sys_yes_no" @@ -229,7 +229,7 @@ v-model="form.hyfl" placeholder="璇烽�夋嫨琛屼笟鍒嗙被" clearable - style="width: 183px" + style="width: 202px" > <el-option v-for="dict in dict.type.sys_yes_no" @@ -245,7 +245,7 @@ v-model="form.fxpg" placeholder="璇烽�夋嫨椋庨櫓璇勪及" clearable - style="width: 183px" + style="width: 202px" > <el-option v-for="dict in dict.type.sys_yes_no" @@ -283,7 +283,7 @@ v-model="form.areaName" placeholder="璇烽�夋嫨琛屾斂鍖哄垝鍚嶇О" clearable - style="width: 186px" + style="width: 202px" > <el-option v-for="dict in dict.type.sys_yes_no" -- Gitblit v1.8.0