字段修改

main
mo 1 year ago
parent bdf1e1e967
commit 0b1237667f

@ -143,7 +143,7 @@
<el-table <el-table
v-loading="loading" v-loading="loading"
:data="archivesOtherList" :data="archivesOtherList"
v-if="fileType == 'accounting_other'" v-if="fileType == 'archives_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 == 'accounting_other'" v-if="fileType == 'archives_other'"
v-show="total3 > 0" v-show="total3 > 0"
:total="total3" :total="total3"
:page.sync="queryParams.pageNo" :page.sync="queryParams.pageNo"
@ -916,7 +916,7 @@ export default {
pageSize: 10, pageSize: 10,
voucherNum: null, voucherNum: null,
// //
fileStatus: 0 fileStatus: 0,
}, },
// //
form: {}, form: {},

@ -377,7 +377,7 @@
<el-table <el-table
v-loading="loading" v-loading="loading"
:data="archivesOtherList" :data="archivesOtherList"
v-if="fileType == 'accounting_other'" v-if="fileType == 'archives_other'"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column label="表名" align="center" prop="name" /> <el-table-column label="表名" align="center" prop="name" />
@ -425,7 +425,7 @@
</el-table> </el-table>
<!-- 其他会计分页组件 --> <!-- 其他会计分页组件 -->
<pagination <pagination
v-if="fileType == 'accounting_other'" v-if="fileType == 'archives_other'"
v-show="total3 > 0" v-show="total3 > 0"
:total="total3" :total="total3"
:page.sync="queryParams.pageNo" :page.sync="queryParams.pageNo"
@ -1380,7 +1380,7 @@ export default {
this.getVoucherLineList(); this.getVoucherLineList();
} else if (row.fileType == "accounting_book") { } else if (row.fileType == "accounting_book") {
this.getAccountingBookLineList(); this.getAccountingBookLineList();
} else if (row.fileType == "accounting_other") { } else if (row.fileType == "archives_other") {
this.getOtherLineList(); this.getOtherLineList();
} else if (row.fileType == "electronic_employee") { } else if (row.fileType == "electronic_employee") {
this.getElectronicEmployeeLineList(); this.getElectronicEmployeeLineList();

Loading…
Cancel
Save