update code
parent
9967de95ff
commit
907e27c6a1
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue