类型字段修改

main
mo 1 year ago
parent ac6def9459
commit 9cd6163c61

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

Loading…
Cancel
Save