mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-15 02:57:09 +08:00
style: 优化表格工具栏样式
This commit is contained in:
@@ -29,7 +29,10 @@
|
||||
@change="search"
|
||||
/>
|
||||
<DateRangePicker v-model="queryForm.datetimeRange" :allow-clear="false" @change="search" />
|
||||
<a-button @click="reset">重置</a-button>
|
||||
<a-button @click="reset">
|
||||
<template #icon><icon-refresh /></template>
|
||||
<template #default>重置</template>
|
||||
</a-button>
|
||||
</template>
|
||||
<template #taskBatchStatus="{ record }">
|
||||
<GiCellTag :value="record.taskBatchStatus" :dict="job_execute_status_enum" />
|
||||
|
||||
Reference in New Issue
Block a user