tangning il y a 1 an
Parent
commit
d4ccce5478
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/product/rtk/list.vue

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

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