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

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

@@ -149,7 +149,7 @@
           ellipsis: true,
           ellipsis: true,
           width: 120,
           width: 120,
           customRender: ({ record }) => {
           customRender: ({ record }) => {
-            return record.status == 0 ? '待激活' : '正常';
+            return '正常';
           },
           },
         },
         },
       ];
       ];