From 7ca1a8ec18fccca9102cd1179e05fdc877bdc511 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期三, 18 五月 2022 16:47:40 +0800
Subject: [PATCH] 提交代码

---
 src/views/construction/system/index.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/views/construction/system/index.vue b/src/views/construction/system/index.vue
index c8ef505..6ba6fbd 100644
--- a/src/views/construction/system/index.vue
+++ b/src/views/construction/system/index.vue
@@ -33,7 +33,6 @@
             icon="el-icon-plus"
             size="mini"
             @click="handleAdd"
-            v-hasPermi="['oa:system:add']"
         >鏂板
         </el-button>
       </el-col>
@@ -45,7 +44,6 @@
             size="mini"
             :disabled="single"
             @click="handleUpdate"
-            v-hasPermi="['oa:system:edit']"
         >淇敼
         </el-button>
       </el-col>
@@ -57,7 +55,6 @@
             size="mini"
             :disabled="multiple"
             @click="handleDelete"
-            v-hasPermi="['oa:system:remove']"
         >鍒犻櫎
         </el-button>
       </el-col>
@@ -97,7 +94,6 @@
               type="text"
               icon="el-icon-edit"
               @click="handleUpdate(scope.row)"
-              v-hasPermi="['oa:system:edit']"
           >淇敼
           </el-button>
           <el-button
@@ -113,7 +109,6 @@
               class="del-btn"
               icon="el-icon-delete"
               @click="handleDelete(scope.row)"
-              v-hasPermi="['oa:system:remove']"
           >鍒犻櫎
           </el-button>
         </template>
@@ -144,7 +139,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 +178,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 +438,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