From c01dff9a24f98f10f247d2f2e449383f567ec338 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 18 五月 2022 14:55:48 +0800 Subject: [PATCH] 提交代码 --- src/views/construction/system/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/construction/system/index.vue b/src/views/construction/system/index.vue index c8ef505..7d6f79e 100644 --- a/src/views/construction/system/index.vue +++ b/src/views/construction/system/index.vue @@ -144,7 +144,7 @@ </el-col> </el-row> <el-form-item label="鍔熻兘鎻忚堪" prop="functionDescription"> - <el-input v-model="form.functionDescription" :rows="8" maxlength="64" show-word-limit type="textarea" + <el-input v-model="form.functionDescription" :rows="8" maxlength="512" show-word-limit type="textarea" placeholder="璇疯緭鍏ュ唴瀹�"/> </el-form-item> <el-row> @@ -183,7 +183,7 @@ </el-col> </el-row> <el-form-item label="澶囨敞" prop="remarks"> - <el-input v-model="form.remarks" type="textarea" placeholder="璇疯緭鍏ュ唴瀹�"/> + <el-input v-model="form.remarks" :rows="8" maxlength="512" show-word-limit type="textarea" placeholder="璇疯緭鍏ュ唴瀹�"/> </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> @@ -443,7 +443,7 @@ /** 鍒犻櫎鎸夐挳鎿嶄綔 */ handleDelete(row) { const ids = row.id || this.ids; - this.$modal.confirm('鏄惁纭鍒犻櫎杞欢绯荤粺缂栧彿涓�"' + ids + '"鐨勬暟鎹」锛�').then(() => { + this.$modal.confirm('鏄惁纭鍒犻櫎锛�').then(() => { this.loading = true; return delSystem(ids); }).then(() => { -- Gitblit v1.9.1