|
|
@@ -9,16 +9,15 @@
|
|
|
>
|
|
|
<Description @register="registerDesc" :data="descData" />
|
|
|
</BasicDrawer>
|
|
|
- <template>
|
|
|
- <Button
|
|
|
- v-auth="['storage:config:add']"
|
|
|
- type="primary"
|
|
|
- @click="handleCreate"
|
|
|
- preIcon="icon-plus|iconfont"
|
|
|
- >
|
|
|
- 新增
|
|
|
- </Button>
|
|
|
- </template>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ v-auth="['storage:config:add']"
|
|
|
+ type="primary"
|
|
|
+ @click="handleCreate"
|
|
|
+ preIcon="icon-plus|iconfont"
|
|
|
+ >
|
|
|
+ 新增
|
|
|
+ </Button>
|
|
|
<FormModal @register="registerModal" @success="handleSuccess" />
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -28,7 +27,7 @@
|
|
|
import { Description, useDescription } from '/@/components/Description';
|
|
|
import { viewSchema } from './data';
|
|
|
|
|
|
- import { archivesPatrolWardDetail } from '/@/api/biz/archives/patrolWardApi';
|
|
|
+ import { archivesPatrolWardDetail } from '/@/api/biz/visit/checkApi';
|
|
|
import { listDictModel } from '/@/api/common';
|
|
|
import FormModal from './formModal.vue';
|
|
|
import { formatDictValue } from '/@/utils';
|