Commit 28c78e13 authored by 武广's avatar 武广

fix: 修改上架按钮显示问题

parent 842025a3
...@@ -159,7 +159,7 @@ export function column() { ...@@ -159,7 +159,7 @@ export function column() {
align: 'center', align: 'center',
render: (_, row) => ( render: (_, row) => (
<div> <div>
{row.state >= 5 ? ( {row.type === 4 && row.state >= 5 ? (
<> <>
<Switch <Switch
checkedChildren="已上架" checkedChildren="已上架"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment