update code

dev
lijun 2024-12-03 22:22:15 +08:00
parent 9967de95ff
commit 907e27c6a1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery"></el-button>
<el-button type="success" v-if="total>0" @click="doExport"></el-button>
<el-button type="success" v-if="total>0" @click="doExport" v-hasPermi="['project:unitpay:export']"></el-button>
</el-form-item>
</el-form>