diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue
index b77090c..e7b1ecc 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue
@@ -17,9 +17,10 @@
-
+
+ :key="pageData.keyCount" :tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth"
+ :expand="true">
{{ row.sfcs }}
@@ -29,6 +30,11 @@
+
+
+
+
+
全息档案
转合成
@@ -60,19 +66,26 @@ import PageTitle from "@/components/aboutTable/PageTitle.vue";
import Searchs from "@/components/aboutTable/Search.vue";
import MyTable from "@/components/aboutTable/MyTable.vue";
import Pages from "@/components/aboutTable/Pages.vue";
+import Items from "./item/items.vue";
import { tbYjxxGetZbtj, tbGsxtBqzhSelectList } from '@/api/yj.js'
import HolographicArchive from '@/views/home/components/holographicArchive.vue'
import Information from "@/views/home/model/information.vue";
import SemdFqzl from '@/components/instructionHasBeen/sendFqzl.vue'
import FkDialog from "@/views/backOfficeSystem/fourColorManage/warningControl/centerHome/components/fkDialog.vue";
import AddFrom from "./components/addFrom.vue";
-import { reactive, ref, onMounted, getCurrentInstance, watch,nextTick } from "vue";
+import { reactive, ref, onMounted, getCurrentInstance, watch, nextTick } from "vue";
import { qcckGet, qcckPost } from "@/api/qcckApi.js";
import Detail from './components/detail.vue'
import emitter from "@/utils/eventBus.js";
const searchBox = ref();
const { proxy } = getCurrentInstance();
-const { D_GSXT_YJXX_CZZT, D_GS_SSYJ, D_BZ_YJJB } = proxy.$dict("D_GSXT_YJXX_CZZT","D_GS_SSYJ","D_BZ_YJJB");
+const { D_GSXT_YJXX_CZZT, D_GS_SSYJ, D_BZ_YJJB } = proxy.$dict("D_GSXT_YJXX_CZZT", "D_GS_SSYJ", "D_BZ_YJJB");
+
+// 字典数据集合
+const dict = ref({
+ D_GS_SSYJ,
+ D_GSXT_YJXX_CZZT
+})
import { holographicProfileJump } from "@/utils/tools.js"
// 搜索配置
@@ -255,7 +268,7 @@ const tabHeightFn = () => {
} else {
pageData.tableHeight = window.innerHeight - 250;
}
- window.onresize = function () {
+ window.onresize = function() {
tabHeightFn();
};
};
diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue
new file mode 100644
index 0000000..0ba8826
--- /dev/null
+++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue
@@ -0,0 +1,74 @@
+
+
+
+
姓名:{{ row.xm }}
+
身份证号:{{ row.sfzh }}
+
电话:{{ row.dh }}
+
+
+
组合大类:{{ row.sfdlmc }}
+
组合小类:{{ row.sfzlmc }}
+
组合次数:{{ row.sfcs }}
+
+
+
+ 标签颜色:
+
+
预警时间:{{ row.yjsj }}
+
预警分值:{{ row.sffz }}
+
+
+
+ 处置状态:
+
+
所属县局:{{ row.ssbm }}
+
+
+
+
+
+
+