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 |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/construction/constructionBatch/index.vue b/src/views/construction/constructionBatch/index.vue
index 30921b3..8b8287e 100644
--- a/src/views/construction/constructionBatch/index.vue
+++ b/src/views/construction/constructionBatch/index.vue
@@ -92,13 +92,14 @@
     />
 
     <!-- 娣诲姞鎴栦慨鏀规柦宸ユ壒娆″璇濇 -->
-    <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false">
+    <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body :close-on-click-modal="false">
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
         <el-form-item label="鏂藉伐鎵规" prop="batch">
           <el-input v-model="form.batch" maxlength="64" show-word-limit placeholder="璇疯緭鍏ユ柦宸ユ壒娆�" />
         </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"
@@ -121,7 +122,7 @@
           <el-input v-model="form.teamMembers" type="textarea" rows="4" maxlength="64" show-word-limit placeholder="璇疯緭鍏ュ洟闃熸垚鍛�" />
         </el-form-item>
         <el-form-item label="澶囨敞" prop="remarks">
-          <el-input v-model="form.remarks" type="textarea" rows="6" maxlength="512" show-word-limit placeholder="璇疯緭鍏ュ唴瀹�" />
+          <el-input v-model="form.remarks" type="textarea" rows="10" maxlength="512" show-word-limit placeholder="璇疯緭鍏ュ唴瀹�" />
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">

--
Gitblit v1.9.1