From 1c01e669cca92f94eea5d1a73ff60f3bd34b9079 Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期一, 23 五月 2022 16:38:27 +0800 Subject: [PATCH] BUG修改 --- src/views/construction/constructionBatch/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/construction/constructionBatch/index.vue b/src/views/construction/constructionBatch/index.vue index ca1b7bf..8b8287e 100644 --- a/src/views/construction/constructionBatch/index.vue +++ b/src/views/construction/constructionBatch/index.vue @@ -99,6 +99,7 @@ </el-form-item> <el-form-item label="鏂藉伐鍛ㄦ湡" prop="date"> <el-date-picker + style="width: 100%" v-model="form.date" type="daterange" value-format="yyyy-MM-dd" @@ -108,7 +109,7 @@ </el-date-picker> </el-form-item> <el-form-item label="璐熻矗浜�" prop="userId"> - <el-select v-model="form.userId" filterable placeholder="璇烽�夋嫨璐熻矗浜�"> + <el-select v-model="form.userId" style="width: 100%" filterable placeholder="璇烽�夋嫨璐熻矗浜�"> <el-option v-for="item in userList" :key="item.userId" -- Gitblit v1.9.1