YY 2 years ago
parent
commit
23cb3e3713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/platmanag/user/index.vue

+ 1 - 1
src/views/platmanag/user/index.vue

@@ -33,7 +33,7 @@ export default {
     const that = this;
     const that = this;
     return {
     return {
       // 列表
       // 列表
-      opera: [{ label: '删除', method: 'del' }],
+      opera: [{ label: '删除', method: 'del', confirm: true, type: 'danger' }],
       fields: [
       fields: [
         { label: 'openid', model: 'openid' },
         { label: 'openid', model: 'openid' },
         { label: '用户姓名', model: 'name' },
         { label: '用户姓名', model: 'name' },