From e28e9395819fd992bc3e168b6ff89fb6f538f1bc Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期一, 23 五月 2022 15:25:34 +0800
Subject: [PATCH] 提交代码
---
src/views/construction/constructionBatch/index.vue | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/views/construction/constructionBatch/index.vue b/src/views/construction/constructionBatch/index.vue
index 52da7f9..ca1b7bf 100644
--- a/src/views/construction/constructionBatch/index.vue
+++ b/src/views/construction/constructionBatch/index.vue
@@ -24,7 +24,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['oa:constructionBatch:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -35,7 +34,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['oa:constructionBatch:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -46,7 +44,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['oa:constructionBatch:remove']"
>鍒犻櫎</el-button>
</el-col>
</el-row>
@@ -74,7 +71,6 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['oa:constructionBatch:edit']"
>淇敼</el-button>
<el-button
size="mini"
@@ -82,7 +78,6 @@
class="del-btn"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
- v-hasPermi="['oa:constructionBatch:remove']"
>鍒犻櫎</el-button>
</template>
</el-table-column>
@@ -97,7 +92,7 @@
/>
<!-- 娣诲姞鎴栦慨鏀规柦宸ユ壒娆″璇濇 -->
- <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="璇疯緭鍏ユ柦宸ユ壒娆�" />
@@ -126,7 +121,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