案件审核汇总核验完善
parent
4478b93089
commit
338b9f0c54
|
|
@ -202,7 +202,7 @@
|
|||
DownloadOutlined,
|
||||
CloseOutlined,
|
||||
} from '@ant-design/icons-vue';
|
||||
import HandleCase from '@/views/demo/caseauditing/HandleCase.vue';
|
||||
import HandleCase from './HandleCase.vue';
|
||||
import { BasicTable, useTable, TableAction } from '@/components/Table';
|
||||
import { BasicForm, useForm } from '@/components/Form';
|
||||
import { PageWrapper } from '@/components/Page';
|
||||
|
|
@ -220,7 +220,7 @@
|
|||
import { getDeptList } from '@/api/demo/system';
|
||||
import { columns, formSchema } from './index.data';
|
||||
import { useMessage } from '@/hooks/web/useMessage';
|
||||
import MapDetail from '@/views/demo/summaryverification/mapDetail.vue';
|
||||
import { MapDetail } from '@/views/demo/summaryverification/index';
|
||||
|
||||
const { createMessage } = useMessage();
|
||||
const favoriteNum: any = ref();
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
return info;
|
||||
},
|
||||
});
|
||||
const [registerForm, { setFieldsValue, validate }] = useForm({
|
||||
const [registerForm, { setFieldsValue }] = useForm({
|
||||
labelWidth: 120,
|
||||
labelAlign: 'right',
|
||||
schemas: formSchema,
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
// 地图位置
|
||||
export { default as MapDetail } from './module/mapDetail.vue';
|
||||
Loading…
Reference in New Issue