|
@@ -58,8 +58,17 @@ import pageContent from '@/components/components/pageContent.vue';
|
|
|
import searchConfig from './config/search.config';
|
|
import searchConfig from './config/search.config';
|
|
|
import pageSearch from '@/components/components/pageSearch.vue';
|
|
import pageSearch from '@/components/components/pageSearch.vue';
|
|
|
import useSystemStore from '@/store/main';
|
|
import useSystemStore from '@/store/main';
|
|
|
|
|
+import { outTypeList } from '@/libs/commonMeth';
|
|
|
const systemStore = useSystemStore();
|
|
const systemStore = useSystemStore();
|
|
|
|
|
|
|
|
|
|
+const bj_notification_type = outTypeList('bj_notification_type'); //通报类型
|
|
|
|
|
+const categoryOnm = outTypeList('bj_category_onm'); // 通报事项类别
|
|
|
|
|
+const bj_initial_review_mark = outTypeList('bj_initial_review_mark'); // 初复查标志
|
|
|
|
|
+const bj_ship_port_registration = outTypeList('bj_ship_port_registration'); // 船港籍
|
|
|
|
|
+const bj_ship_delayed = outTypeList('bj_ship_delayed'); // 船舶是否滞留
|
|
|
|
|
+const bj_hand_opinion = outTypeList('bj_hand_opinion'); // 处理意见
|
|
|
|
|
+const bj_reason_deregistration = outTypeList('bj_reason_deregistration'); // 注销原因
|
|
|
|
|
+
|
|
|
const total = ref(0);
|
|
const total = ref(0);
|
|
|
const pageSize = ref([10, 20, 30]);
|
|
const pageSize = ref([10, 20, 30]);
|
|
|
const tableData = ref([]);
|
|
const tableData = ref([]);
|