类型字段修改

main
mo 1 year ago
parent ac6def9459
commit 9cd6163c61

@ -143,7 +143,7 @@
<el-table
v-loading="loading"
:data="archivesOtherList"
v-if="fileType == 'archives_other'"
v-if="fileType == 'accounting_other'"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center" />
@ -188,7 +188,7 @@
</el-table>
<!-- 其他会计分页组件 -->
<pagination
v-if="fileType == 'archives_other'"
v-if="fileType == 'accounting_other'"
v-show="total3 > 0"
:total="total3"
:page.sync="queryParams.pageNo"

Loading…
Cancel
Save