From 1fafd27208df128f29788ce6e1b35e9e669b6718 Mon Sep 17 00:00:00 2001
From: zy_zr <985512818@qq.com>
Date: Tue, 29 Apr 2025 15:45:52 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../MyComponents/Department/index.vue | 2 +-
src/components/aboutTable/FormMessage.vue | 8 +-
.../ExcavationResearch/WarningModel/index.vue | 5 +-
.../CollectCrculate/index.vue | 18 ----
.../components/addForm.vue | 99 ++++++++++++++-----
.../ConstructionManagement/index.vue | 85 ++++++++--------
.../TaskScheduling/index.vue | 19 ----
.../InformationFlow/index.vue | 19 ----
.../BehaviorLabels/components/editAddForm.vue | 12 +--
.../fourColorManage/BehaviorLabels/index.vue | 11 ++-
.../IdentityManage/components/editAddForm.vue | 13 +--
.../fourColorManage/IdentityManage/index.vue | 11 ++-
.../tagManage/components/editAddForm.vue | 13 +--
.../fourColorManage/tagManage/index.vue | 10 +-
14 files changed, 149 insertions(+), 176 deletions(-)
diff --git a/src/components/MyComponents/Department/index.vue b/src/components/MyComponents/Department/index.vue
index f5c1ff1..fd4c4c5 100644
--- a/src/components/MyComponents/Department/index.vue
+++ b/src/components/MyComponents/Department/index.vue
@@ -74,6 +74,7 @@ const endProps = {
const tableData = ref([]);
const getSysMenuTree = async () => {
const res = await selectDeptPage(listQuery.value);
+ debugger
tableData.value = res;
depList.value = res
};
@@ -91,7 +92,6 @@ watch(
);
const emits = defineEmits(["update:modelValue",'getDepValue']);
const handleChange = (e) => {
- console.log(e,'e');
if (props.multiple === true) {
const data = e.map((item) => {return item[item.length - 1];});
emits("update:modelValue", data);
diff --git a/src/components/aboutTable/FormMessage.vue b/src/components/aboutTable/FormMessage.vue
index d438bad..41fbb64 100644
--- a/src/components/aboutTable/FormMessage.vue
+++ b/src/components/aboutTable/FormMessage.vue
@@ -9,9 +9,9 @@
-
+
-
+
@@ -27,8 +27,8 @@
-
-
+
+
diff --git a/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue b/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
index 9a5d91b..a16bb5d 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
@@ -153,10 +153,7 @@ const checkData = reactive({
});
const searchBox = ref();
const pageData = reactive({
- tableData: [
- {nrbh:'测试内容',lx:'1',nr:'测试内容'},
- {nrbh:'测试内容',lx:'1',nr:'测试内容'},
- ],
+ tableData: [],
tableData2: [],
keyCount: 0,
tableConfiger: {
diff --git a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
index a4d85a2..69d79c9 100644
--- a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
+++ b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
@@ -221,22 +221,4 @@ const tabHeightFn = () => {
}
-// 下载附件
-const downloadAttachment = (row) => {
- // TODO: 实现附件下载逻辑
-};
-// 预览附件
-const previewAttachment = (row) => {
- // TODO: 实现附件预览逻辑
-};
-
-// 删除行
-const deleteRow = (row) => {
- // TODO: 实现删除逻辑
-};
-
-// 流转线索
-const transferClue = (row) => {
- // TODO: 实现线索流转逻辑
-};
diff --git a/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
index 1f8d3be..f31f8dd 100644
--- a/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
+++ b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
@@ -8,43 +8,92 @@
-
+