Browse Source

设备管理 功能权限

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
44bb7e0b0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/device/function/index.vue

+ 1 - 1
src/views/device/function/index.vue

@@ -16,7 +16,7 @@
           <dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status" />
         </template>
       </el-table-column>
-      <el-table-column>
+      <el-table-column label="操作" align="center">
         <template slot-scope="scope">
           <el-button type="text" @click="getChange(scope.row)">编辑</el-button>
           <el-button type="delete" @click="getDelete(scope.row)">删除</el-button>