perf(webapp): 优化代码并更新样式

This commit is contained in:
liuxiaoqing
2025-08-20 18:18:41 +08:00
parent c68ff21be3
commit 676502599e
4 changed files with 3 additions and 503 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ onMounted(() => {
</template>
<template v-if="column.key === 'action'" >
<a-button type="primary" v-if="record.status ==='yes'" @click="handleOpen(record)">备注</a-button>
<a-button type="primary" v-if="record.status ==='no'" @click="handleOpen(record)">入账</a-button>
<a-button type="primary" v-if="record.status ==='no'" @click="handleOpen(record)">报销</a-button>
</template>
</template>
<template #expandedRowRender="{ record }">