tangning 1 year ago
parent
commit
ccfd960716
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/product/rtk/list.vue

+ 2 - 2
src/views/product/rtk/list.vue

@@ -16,7 +16,7 @@
           :actions="[
             {
               label: record.status ? '取消激活' : '激活',
-              ifShow: getCheckPerm('rtk-updata'),
+              ifShow: getCheckPerm('rtk-activation'),
               onClick: handleActive.bind(null, record),
             },
             {
@@ -210,7 +210,7 @@
           totalField: 'total',
         },
         actionColumn: {
-          width: 150,
+          width: 160,
           title: '操作',
           dataIndex: 'action',
           slots: { customRender: 'action' },