perf(webapp): 优化代码并更新样式
This commit is contained in:
@@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user