@@ -134,11 +134,11 @@ function A3Fliqlo() {
),
},
{
- title: "启用状态",
+ title: "展示状态",
render: (item: A3TableType) => (
<Switch
- checkedChildren="启用"
- unCheckedChildren="停用"
+ checkedChildren="展示"
+ unCheckedChildren="隐藏"
checked={item.display === 1}
onChange={(val) => isEnabledClickFu(val, item.id!)}
/>