feat(ui):看板图表 样式调整

This commit is contained in:
huangqj
2024-03-11 08:35:21 +08:00
parent ff4b267858
commit 3fc9e10a24
10 changed files with 129 additions and 28 deletions

View File

@@ -96,7 +96,9 @@ const handleStatusChange = ({ filed, value, record, reload }) => {
</a-popconfirm>
</template>
<template #header="{ reload }">
<a-button @click="popup({ reload })" size="small"><icon-plus />新增</a-button>
<a-button @click="popup({ reload })" size="small" type="primary"
><template #icon> <icon-plus /> </template>新增</a-button
>
</template>
<template #status="{ record, reload }">
<a-switch