许静 hace 5 años
padre
commit
56196c6b96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/integralMall/GoodsList.jsx

+ 1
- 1
src/pages/integralMall/GoodsList.jsx Ver fichero

@@ -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: '操作',