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/iot/index.vue | 5 ----- src/views/construction/constructionBatch/index.vue | 5 ----- src/views/construction/reserveIp/index.vue | 5 ----- src/views/construction/server/index.vue | 5 ----- src/views/construction/ai/index.vue | 5 ----- src/views/construction/system/index.vue | 5 ----- src/views/basics/building/index.vue | 2 ++ src/views/basics/organization/index.vue | 2 ++ src/views/construction/nvr/index.vue | 5 ----- src/views/construction/exchange/index.vue | 5 ----- src/views/construction/ipc/index.vue | 5 ----- 11 files changed, 4 insertions(+), 45 deletions(-) diff --git a/src/views/basics/building/index.vue b/src/views/basics/building/index.vue index a8d8b5f..484a35e 100644 --- a/src/views/basics/building/index.vue +++ b/src/views/basics/building/index.vue @@ -55,6 +55,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" + v-hasPermi="['oa:building:edit']" >淇敼 </el-button> <el-button @@ -70,6 +71,7 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" + v-hasPermi="['oa:building:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/basics/organization/index.vue b/src/views/basics/organization/index.vue index 5dc98e3..0a4958e 100644 --- a/src/views/basics/organization/index.vue +++ b/src/views/basics/organization/index.vue @@ -46,6 +46,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" + v-hasPermi="['oa:organization:edit']" >淇敼 </el-button> <el-button @@ -60,6 +61,7 @@ type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" + v-hasPermi="['oa:organization:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/ai/index.vue b/src/views/construction/ai/index.vue index 8468fa9..ad1a159 100644 --- a/src/views/construction/ai/index.vue +++ b/src/views/construction/ai/index.vue @@ -36,7 +36,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:ai:add']" >鏂板 </el-button> </el-col> @@ -48,7 +47,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:ai:edit']" >淇敼 </el-button> </el-col> @@ -60,7 +58,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:ai:remove']" >鍒犻櫎 </el-button> </el-col> @@ -104,7 +101,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:ai:edit']" >淇敼 </el-button> <el-button @@ -113,7 +109,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:ai:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/constructionBatch/index.vue b/src/views/construction/constructionBatch/index.vue index 52da7f9..30921b3 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> diff --git a/src/views/construction/exchange/index.vue b/src/views/construction/exchange/index.vue index 93777dd..7be34b5 100644 --- a/src/views/construction/exchange/index.vue +++ b/src/views/construction/exchange/index.vue @@ -76,7 +76,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:exchange:add']" >鏂板 </el-button> </el-col> @@ -88,7 +87,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:exchange:edit']" >淇敼 </el-button> </el-col> @@ -100,7 +98,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:exchange:remove']" >鍒犻櫎 </el-button> </el-col> @@ -154,7 +151,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:exchange:edit']" >淇敼 </el-button> <el-button @@ -170,7 +166,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:exchange:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/iot/index.vue b/src/views/construction/iot/index.vue index 644097d..77b2760 100644 --- a/src/views/construction/iot/index.vue +++ b/src/views/construction/iot/index.vue @@ -68,7 +68,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:iot:add']" >鏂板 </el-button> </el-col> @@ -80,7 +79,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:iot:edit']" >淇敼 </el-button> </el-col> @@ -92,7 +90,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:iot:remove']" >鍒犻櫎 </el-button> </el-col> @@ -138,7 +135,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:iot:edit']" >淇敼 </el-button> <el-button @@ -147,7 +143,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:iot:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/ipc/index.vue b/src/views/construction/ipc/index.vue index 3018494..d00d645 100644 --- a/src/views/construction/ipc/index.vue +++ b/src/views/construction/ipc/index.vue @@ -34,7 +34,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:ipc:add']" >鏂板 </el-button> </el-col> @@ -46,7 +45,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:ipc:edit']" >淇敼 </el-button> </el-col> @@ -58,7 +56,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:ipc:remove']" >鍒犻櫎 </el-button> </el-col> @@ -101,7 +98,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:ipc:edit']" >淇敼 </el-button> <el-button @@ -110,7 +106,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:ipc:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/nvr/index.vue b/src/views/construction/nvr/index.vue index eeea648..303348a 100644 --- a/src/views/construction/nvr/index.vue +++ b/src/views/construction/nvr/index.vue @@ -41,7 +41,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:nvr:add']" >鏂板 </el-button> </el-col> @@ -53,7 +52,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:nvr:edit']" >淇敼 </el-button> </el-col> @@ -65,7 +63,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:nvr:remove']" >鍒犻櫎 </el-button> </el-col> @@ -106,7 +103,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:nvr:edit']" >淇敼 </el-button> <el-button @@ -122,7 +118,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:nvr:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/reserveIp/index.vue b/src/views/construction/reserveIp/index.vue index c9d1d95..5f31cc4 100644 --- a/src/views/construction/reserveIp/index.vue +++ b/src/views/construction/reserveIp/index.vue @@ -27,7 +27,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:reserveIp:add']" >鏂板 </el-button> </el-col> @@ -39,7 +38,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:reserveIp:edit']" >淇敼 </el-button> </el-col> @@ -51,7 +49,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:reserveIp:remove']" >鍒犻櫎 </el-button> </el-col> @@ -80,7 +77,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:reserveIp:edit']" >淇敼 </el-button> <el-button @@ -89,7 +85,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:reserveIp:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/server/index.vue b/src/views/construction/server/index.vue index c05a712..3082a6a 100644 --- a/src/views/construction/server/index.vue +++ b/src/views/construction/server/index.vue @@ -36,7 +36,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:server:add']" >鏂板 </el-button> </el-col> @@ -48,7 +47,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:server:edit']" >淇敼 </el-button> </el-col> @@ -60,7 +58,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:server:remove']" >鍒犻櫎 </el-button> </el-col> @@ -107,7 +104,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:server:edit']" >淇敼 </el-button> <el-button @@ -123,7 +119,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:server:remove']" >鍒犻櫎 </el-button> </template> diff --git a/src/views/construction/system/index.vue b/src/views/construction/system/index.vue index 7d6f79e..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> -- Gitblit v1.9.1