失信导入导出
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user