-
@@ -69,6 +68,7 @@
{{ IdCard(row.yjRysfzh, 3) }}
+ {{ row.sxd }}%
@@ -81,9 +81,6 @@
-
- {{ row.xsd }}%
-
@@ -167,7 +164,8 @@ const pageData = reactive({
}, //分页
controlsWidth: 160, //操作栏宽度
tableColumn: [
- { label: "预警图片", prop: "yjTp", showSolt: true },
+ { label: "相似度", prop: "sxd", showSolt: true },
+ { label: "预警图片11", prop: "yjTp", showSolt: true },
{ label: "处置状态", prop: "czzt", showSolt: true },
{ label: "预警时间", prop: "yjSj", showOverflowTooltip: true },
{ label: "姓名", prop: "yjRyxm" },
@@ -175,7 +173,6 @@ const pageData = reactive({
{ label: "数据来源", prop: "yjLylx", showOverflowTooltip: true },
{ label: "性别", prop: "xb", showSolt: true },
{ label: "预警级别", prop: "yjJb", showSolt: true },
- { label: "相似度", prop: "xsd", showSolt: true },
{ label: "预警地点", prop: "yjDz", showOverflowTooltip: true },
{ label: "预警次数", prop: "yjCs", showOverflowTooltip: true },
{ label: "布控手机号", prop: "yjRysjh", showOverflowTooltip: true },
diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/item/items.vue
index 07de02c..efd9ece 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/item/items.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/item/items.vue
@@ -1,6 +1,5 @@
-
处置建议
@@ -11,7 +10,7 @@
建议内容:{{ it.jynr || '暂无' }}
-
+
反馈内容
@@ -28,7 +27,7 @@
-
+
@@ -66,6 +65,7 @@ onMounted(() => {
.warning-item {
width: 100%;
padding: 15px;
+ box-sizing: border-box;
border-radius: 8px;
background-color: #fafafa;
}
@@ -84,5 +84,9 @@ onMounted(() => {
margin-right: 10px;
}
}
-
+::v-deep .el-empty{
+ --el-empty-padding: 0px;
+ margin-bottom: 18px;
+ --el-empty-description-margin-top: 10px;
+}
diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue
index 8f60a71..53a0a5f 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue
@@ -1,7 +1,7 @@
-
+
@@ -25,6 +25,7 @@
+
{{ IdCard(row.yjRysfzh, 3) }}
@@ -126,17 +127,17 @@ const pageData = reactive({
pageSize: 20,
pageCurrent: 1
}, //分页
- controlsWidth: 300, //操作栏宽度
+ controlsWidth: 200, //操作栏宽度
tableColumn: [
+ { label: "状态", prop: "czzt", showSolt: true },
{ label: "预警图片", prop: "yjTp", showSolt: true, width: 100 },
{ label: "布控车牌号", prop: "yjClcph", showOverflowTooltip: true },
{ label: "处置状态", prop: "czzt", showSolt: true },
{ label: "预警时间", prop: "yjSj", showOverflowTooltip: true },
{ label: "标题", prop: "yjBt" },
- { label: "所属部门", prop: "ssbm", showOverflowTooltip: true },
- { label: "内容", prop: "yjNr", showOverflowTooltip: true },
-
-
+ { label: "预警地址", prop: "yjDz", showOverflowTooltip: true },
+ { label: "接收单位", prop: "ssbm", showOverflowTooltip: true },
+ { label: "内容", prop: "yjNr", showOverflowTooltip: true },
]
});
@@ -312,7 +313,7 @@ defineExpose({
})
-
diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue
index 290050c..a3da34d 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue
@@ -158,7 +158,7 @@ const pageData = reactive({
controlsWidth: 160, //操作栏宽度
tableColumn: [
{ label: "预警图片", prop: "yjTp", showSolt: true },
- { label: "处置状态", prop: "czzt", showSolt: true },
+ { label: "状态", prop: "czzt", showSolt: true },
{ label: "预警时间", prop: "yjSj", showOverflowTooltip: true },
{ label: "姓名", prop: "yjRyxm" },
{ label: "年龄", prop: "nl", showSolt: true },
@@ -166,7 +166,7 @@ const pageData = reactive({
{ label: "性别", prop: "xb", showSolt: true },
{ label: "预警级别", prop: "yjJb", showSolt: true },
{ label: "相似度", prop: "xsd", showSolt: true },
- { label: "预警地点", prop: "yjDz", showOverflowTooltip: true },
+ { label: "预警地址", prop: "yjDz", showOverflowTooltip: true },
{ label: "预警次数", prop: "yjCs", showOverflowTooltip: true },
{ label: "布控手机号", prop: "yjRysjh", showOverflowTooltip: true },
{ label: "布控车牌号", prop: "yjClcph", showOverflowTooltip: true },
@@ -175,16 +175,13 @@ const pageData = reactive({
]
});
const showDc = ref(false)
-const activeName = ref('local')
const addFromRefs = ref(null)
onMounted(() => {
tabHeightFn();
emitter.on('openAddFrom', (val) => {
- console.log(addFromRefs.value);
if (addFromRefs.value) {
addFromRefs.value.init('add', val)
}
- // addFromRefs.value.init('add', val)
})
});
const listQuery = ref({
@@ -205,30 +202,13 @@ const onSearch = () => {
localWarningRef.value.getList(promes)
}
const loading = ref(false)
-const remoteMethod = (query) => {
- if (query) {
- loading.value = true
- tbGsxtZdrySelectList({ ryXm: query }).then(res => {
- opentions.value = res
- }).finally(() => {
- loading.value = false
- })
- } else {
- opentions.value = []
- }
-}
+
const searchArr = ref()
const resetForm = (formEl) => {
listQuery.value = {}
localWarningRef.value.getList()
}
-// // 表格高度计算
-// const tabHeightFn = () => {
-// pageData.tableHeight = window.innerHeight - searchBox.value.offsetHeight - 250;
-// window.onresize = function () {
-// tabHeightFn();
-// };
-// };
+
// 搜索栏
const search = ref(false)
const openSearch = () => {
diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/item/items.vue
index 0b72e04..c1c88ea 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/item/items.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/item/items.vue
@@ -11,7 +11,7 @@
建议内容:{{ it.jynr || '暂无' }}
-
+
反馈内容
@@ -28,7 +28,7 @@
-
+
@@ -62,7 +62,6 @@ onMounted(() => {
Fklist.value = res.fkList || []
})
})
-// console.log('row😃: ', props.row);