+
{{ it }}
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
@@ -93,11 +96,9 @@
审批信息
-
+
- 责任单位
- 活动发生地
- 指定单位
+ {{ it.zdmc }}
@@ -108,8 +109,8 @@
短信推送
-
-
+
+
@@ -153,6 +154,7 @@ import * as MOSTY from "@/components/MyComponents/index";
import MyTable from "@/components/aboutTable/MyTable.vue";
import { qcckGet } from "@/api/qcckApi.js";
import { ref, defineExpose, reactive, onMounted, defineEmits, getCurrentInstance, nextTick } from "vue";
+import { fa } from 'element-plus/es/locale.mjs';
const emit = defineEmits(["change"]);
const props = defineProps({
dic: Object
@@ -167,6 +169,7 @@ const bkdxList = ref([
]); //布控对象字典
const { proxy } = getCurrentInstance();
const dialogForm = ref(false); //弹窗
+const loading = ref(false)
const listQuery = ref({
ssqy:'全国',
dtqy:'+范围选择(地图)',
@@ -177,8 +180,8 @@ const listQuery = ref({
fqbm:'发起部门:巴宜区公安局城区派出所',
shqr:'审核部门:巴宜区公安局',
spqr:'审批部门:巴宜区公安局',
- tableDate: [{
- zp: "https://via.placeholder.com/50",
+ bkdxList: [{
+ fjZp: "https://via.placeholder.com/50",
xm: "张三",
xb: "男",
mz: "汉族",
@@ -207,19 +210,18 @@ const tableDate = reactive({
}, //分页
controlsWidth: 200, //操作栏宽度
tableColumn: [
- { label: "照片", prop: "zp",showSolt:true},
- { label: "姓名", prop: "xm" },
- { label: "性别", prop: "xb" },
- { label: "民族", prop: "mz" },
- { label: "身份证号", prop: "sfzh" },
- { label: "户籍地", prop: "hjd" },
- { label: "现居住地址", prop: "xjzdz" },
- { label: "手机号", prop: "sjh" },
- { label: "虚拟身份", prop: "xnsf" },
- { label: "车牌号", prop: "cph" },
- { label: "车架号", prop: "cjh" },
- { label: "特征描述", prop: "tzms" },
- { label: "人员标签", prop: "rybq" }
+ { label: "照片", prop: "fjZp",showSolt:true},
+ { label: "姓名", prop: "ryXm" },
+ { label: "性别", prop: "ryXb",showSolt:true },
+ { label: "身份证号", prop: "rySfzh" },
+ { label: "户籍地", prop: "ryHjd" },
+ { label: "现居住地址", prop: "ryXjd" },
+ { label: "手机号", prop: "rySjhm" },
+ { label: "虚拟身份", prop: "qtXnsf" },
+ { label: "车牌号", prop: "clCph" },
+ { label: "车架号", prop: "clCjh" },
+ { label: "特征描述", prop: "qtTzms" },
+ { label: "人员标签", prop: "bqList" }
]
});
// 初始化数据
diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue
index ed41c5d..d42e0c3 100644
--- a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue
+++ b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue
@@ -59,7 +59,7 @@
-
+