From 9c736e4d2848cccabf9b07377e21d48d7125553f Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 06 三月 2024 16:15:09 +0800
Subject: [PATCH] fix:修改数据

---
 src/views/system/unit/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/unit/index.vue b/src/views/system/unit/index.vue
index bf074d6..b09b0a5 100644
--- a/src/views/system/unit/index.vue
+++ b/src/views/system/unit/index.vue
@@ -138,7 +138,7 @@
           <el-input v-model="form.unitContactPhone" placeholder="璇疯緭鍏ュ崟浣嶈仈绯讳汉鐢佃瘽" />
         </el-form-item>
         <el-form-item label="澶囨敞" prop="remark">
-          <el-input v-model="form.remark" maxlength="100" show-word-limit autosize type="textarea" placeholder="澶囨敞淇℃伅" />
+          <el-input v-model="form.remark" maxlength="100" show-word-limit rows="3" type="textarea" placeholder="澶囨敞淇℃伅" />
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">

--
Gitblit v1.8.0