Commit fdd8d796 authored by 张子雨's avatar 张子雨

feat: 优化

parent 352a6310
...@@ -54,7 +54,7 @@ export const columns = props => [ ...@@ -54,7 +54,7 @@ export const columns = props => [
const isArray = Array.isArray(row?.mealType); const isArray = Array.isArray(row?.mealType);
if (isArray) { if (isArray) {
return ( return (
<Button type="link" disabled={status} onClick={() => props.editRepastType(row)}> <Button type="text" disabled={status} onClick={() => props.editRepastType(row)}>
{repastType(row?.mealType)} {repastType(row?.mealType)}
<FormOutlined /> <FormOutlined />
</Button> </Button>
......
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