优化指标界面

This commit is contained in:
lai
2024-11-29 17:17:54 +08:00
parent 512bd6d8eb
commit 9383c17484
3 changed files with 400 additions and 253 deletions

View File

@@ -607,12 +607,12 @@ onMounted(() => {
<template #icon><FormOutlined /></template>
</a-button>
</a-tooltip>
<!-- <a-tooltip>
<a-tooltip>
<template #title>{{ t('common.deleteText') }}</template>
<a-button type="link" @click.prevent="fnRecordDelete(record)">
<template #icon><DeleteOutlined /></template>
</a-button>
</a-tooltip> -->
</a-tooltip>
</a-space>
</template>