全局主按钮 颜色样式统一

This commit is contained in:
2026-08-25 14:53:34 +08:00
parent 6f61e87303
commit d58d044c6a
16 changed files with 50 additions and 122 deletions
@@ -78,12 +78,12 @@
<div class="search-actions">
<div class="left-group">
<el-button type="primary" @click="handleDelete">删除所选</el-button>
<el-button type="danger" plain @click="handleDelete">删除所选</el-button>
<el-button type="primary" @click="handleAudit">审核通过所选</el-button>
<el-input v-model="remark" placeholder="退回原因/意见" clearable class="action-input" />
<el-button type="primary" @click="handleWithdraw">撤回重填所选</el-button>
<el-button type="primary" @click="handleRecheck">重新检查所选变更情况</el-button>
<el-button type="primary" @click="handleExport">导出到 Word</el-button>
<el-button type="warning" plain @click="handleWithdraw">撤回重填所选</el-button>
<el-button @click="handleRecheck">重新检查所选变更情况</el-button>
<el-button icon="el-icon-download" @click="handleExport">导出到 Word</el-button>
</div>
<div class="right-group">
<el-button @click="handleReset">重置</el-button>