This commit is contained in:
qsh
2024-08-06 22:04:21 +08:00
parent 78d9f0649e
commit 29f9dc5661
6 changed files with 184 additions and 41 deletions

View File

@@ -87,9 +87,11 @@
</el-form-item>
<el-form-item>
<el-button @click="handleSearch">查询</el-button>
<el-button @click="handleReset">重置</el-button>
<el-button @click="batchSettle">批量结算</el-button>
<el-button @click="handleSearch" v-hasPermi="['clue:order:settle-search']">查询</el-button>
<el-button @click="handleReset" v-hasPermi="['clue:order:settle-reset']">重置</el-button>
<el-button @click="batchSettle" v-hasPermi="['clue:order:settle-batch-audit']">
批量结算
</el-button>
</el-form-item>
</el-form>