From 0dd7cf81c9d5ea63360e3f35df67bcb1baadc03e Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期五, 11 十一月 2022 14:19:28 +0800
Subject: [PATCH] 短信模板管理
---
src/views/systemSetting/device/grid/components/main/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/device/grid/components/main/index.vue b/src/views/systemSetting/device/grid/components/main/index.vue
index ad1119a..b2ce381 100644
--- a/src/views/systemSetting/device/grid/components/main/index.vue
+++ b/src/views/systemSetting/device/grid/components/main/index.vue
@@ -40,7 +40,7 @@
</template>
</el-table-column>
<el-table-column prop="operation" label="鎿嶄綔" min-width="20">
- <template slot-scope="scope">
+ <!-- <template slot-scope="scope">
<div class="operation">
<span @click="handleChangeRole(scope.row,'role')">淇敼瑙掕壊</span>
<span class="line">|</span>
@@ -52,7 +52,7 @@
<span class="line">|</span>
<span @click="handleChangeRole(scope.row,'depart')">淇敼閮ㄩ棬</span>
</div>
- </template>
+ </template> -->
</el-table-column>
</el-table>
<!-- 鏌ョ湅椤甸潰 -->
--
Gitblit v1.8.0