许静 il y a 5 ans
Parent
révision
56196c6b96
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/integralMall/GoodsList.jsx

+ 1
- 1
src/pages/integralMall/GoodsList.jsx Voir le fichier

@@ -120,7 +120,7 @@ function header(props) {
120 120
       dataIndex: 'status',
121 121
       key: 'status',
122 122
       align: 'center',
123
-      render: (status)=> <><span>{status == 1 ? '已上架' : '未上架'}</span></>
123
+      render: (status)=> <><span>{status == 1 ? '已上架' : '已下架'}</span></>
124 124
     },
125 125
     {
126 126
       title: '操作',