失信导入导出

This commit is contained in:
shijingjing
2022-04-06 10:21:41 +08:00
parent 7c413fa9b2
commit a480902ce6
9 changed files with 353 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="Add">
<ai-detail class="add" v-if="isEdit == true || !id">
<ai-detail class="add" v-if="!id || isEdit == true">
<template #title>
<ai-title :title="params.id ? '编辑纳税信息' : '新增纳税信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
</template>