diff --git a/src/views/project/projectManage/projectDesign.vue b/src/views/project/projectManage/projectDesign.vue
index b173280..238a86f 100644
--- a/src/views/project/projectManage/projectDesign.vue
+++ b/src/views/project/projectManage/projectDesign.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -109,7 +109,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDesign.vue b/src/views/project/projectManage/projectDesign.vue
index b173280..238a86f 100644
--- a/src/views/project/projectManage/projectDesign.vue
+++ b/src/views/project/projectManage/projectDesign.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -109,7 +109,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 381d35c..0e288e1 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -81,7 +81,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDesign.vue b/src/views/project/projectManage/projectDesign.vue
index b173280..238a86f 100644
--- a/src/views/project/projectManage/projectDesign.vue
+++ b/src/views/project/projectManage/projectDesign.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -109,7 +109,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 381d35c..0e288e1 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -81,7 +81,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectGGL.vue b/src/views/project/projectManage/projectGGL.vue
index c2de0c1..191085f 100644
--- a/src/views/project/projectManage/projectGGL.vue
+++ b/src/views/project/projectManage/projectGGL.vue
@@ -73,7 +73,7 @@
-
+
@@ -113,7 +113,9 @@
const { proxy } = getCurrentInstance();
-const tableData = ref([]);
+const tableData = ref([
+ { ggTitle: '2024海绵项目迎接部委检查', ggType: '公共', ggCont: '检查海绵项目完成效果', startTime: '2024-06-20 11:20:30' },
+]);
const tableLoading = ref(true);
const total = ref(0);
const dialogShow = ref(false);
@@ -143,11 +145,11 @@
/** 获取查询数据列表 */
function getDataList() {
tableLoading.value = true;
- orderRemindPage(queryParams.value).then(response => {
- tableData.value = response.data;
- total.value = response.total;
- tableLoading.value = false;
- });
+ // orderRemindPage(queryParams.value).then(response => {
+ // tableData.value = response.data;
+ // total.value = response.total;
+ tableLoading.value = false;
+ // });
}
/** 取消按钮 */
function cancelForm() {
@@ -177,14 +179,14 @@
/** 修改按钮操作 */
function handleUpdate(row) {
const postId = row.id || checkedIds.value;
- orderRemindDetail(postId).then(response => {
- nextTick(() => {
- let datas = response.data;
- formData.value = datas;
- });
- dialogShow.value = true;
- dialogTitle.value = '修改公告栏';
- });
+ // orderRemindDetail(postId).then(response => {
+ // nextTick(() => {
+ // let datas = response.data;
+ // formData.value = datas;
+ // });
+ dialogShow.value = true;
+ dialogTitle.value = '修改公告栏';
+ // });
}
/** 提交按钮 */
function submitForm() {
diff --git a/src/views/project/projectManage/projectDesign.vue b/src/views/project/projectManage/projectDesign.vue
index b173280..238a86f 100644
--- a/src/views/project/projectManage/projectDesign.vue
+++ b/src/views/project/projectManage/projectDesign.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -109,7 +109,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 381d35c..0e288e1 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -81,7 +81,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectGGL.vue b/src/views/project/projectManage/projectGGL.vue
index c2de0c1..191085f 100644
--- a/src/views/project/projectManage/projectGGL.vue
+++ b/src/views/project/projectManage/projectGGL.vue
@@ -73,7 +73,7 @@
-
+
@@ -113,7 +113,9 @@
const { proxy } = getCurrentInstance();
-const tableData = ref([]);
+const tableData = ref([
+ { ggTitle: '2024海绵项目迎接部委检查', ggType: '公共', ggCont: '检查海绵项目完成效果', startTime: '2024-06-20 11:20:30' },
+]);
const tableLoading = ref(true);
const total = ref(0);
const dialogShow = ref(false);
@@ -143,11 +145,11 @@
/** 获取查询数据列表 */
function getDataList() {
tableLoading.value = true;
- orderRemindPage(queryParams.value).then(response => {
- tableData.value = response.data;
- total.value = response.total;
- tableLoading.value = false;
- });
+ // orderRemindPage(queryParams.value).then(response => {
+ // tableData.value = response.data;
+ // total.value = response.total;
+ tableLoading.value = false;
+ // });
}
/** 取消按钮 */
function cancelForm() {
@@ -177,14 +179,14 @@
/** 修改按钮操作 */
function handleUpdate(row) {
const postId = row.id || checkedIds.value;
- orderRemindDetail(postId).then(response => {
- nextTick(() => {
- let datas = response.data;
- formData.value = datas;
- });
- dialogShow.value = true;
- dialogTitle.value = '修改公告栏';
- });
+ // orderRemindDetail(postId).then(response => {
+ // nextTick(() => {
+ // let datas = response.data;
+ // formData.value = datas;
+ // });
+ dialogShow.value = true;
+ dialogTitle.value = '修改公告栏';
+ // });
}
/** 提交按钮 */
function submitForm() {
diff --git a/src/views/project/projectManage/projectReport.vue b/src/views/project/projectManage/projectReport.vue
index 8d43630..f1ac9fd 100644
--- a/src/views/project/projectManage/projectReport.vue
+++ b/src/views/project/projectManage/projectReport.vue
@@ -38,9 +38,8 @@
-
+
-
- 公告文件.pdf
+ 5月总结报告.pdf
-
+
修改
@@ -74,7 +73,10 @@
-
+
+
+
+
@@ -82,9 +84,6 @@
-
-
-
{
- tableData.value = response.data;
- total.value = response.total;
- tableLoading.value = false;
- });
+ // orderRemindPage(queryParams.value).then(response => {
+ // tableData.value = response.data;
+ // total.value = response.total;
+ tableLoading.value = false;
+ // });
}
/** 取消按钮 */
function cancelForm() {
diff --git a/src/views/project/projectManage/projectDesign.vue b/src/views/project/projectManage/projectDesign.vue
index b173280..238a86f 100644
--- a/src/views/project/projectManage/projectDesign.vue
+++ b/src/views/project/projectManage/projectDesign.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -109,7 +109,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 381d35c..0e288e1 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -36,7 +36,7 @@
-
+
审核
@@ -81,7 +81,9 @@
const { proxy } = getCurrentInstance();
const projectList = ref([]);
const dialogShow = ref(false);
-const tableData = [{ projectName: '2023年示范区老旧小区改造项目(康太家园)' }];
+const tableData = [
+ { projectName: '2023年示范区老旧小区改造项目(康太家园)', ggType: '未审核', remark: '暂无备注', createTime: '2023-06-12 13:20:45' },
+];
const tableLoading = ref(false);
const total = ref(0);
const dialogShowTJ = ref(false);
diff --git a/src/views/project/projectManage/projectGGL.vue b/src/views/project/projectManage/projectGGL.vue
index c2de0c1..191085f 100644
--- a/src/views/project/projectManage/projectGGL.vue
+++ b/src/views/project/projectManage/projectGGL.vue
@@ -73,7 +73,7 @@
-
+
@@ -113,7 +113,9 @@
const { proxy } = getCurrentInstance();
-const tableData = ref([]);
+const tableData = ref([
+ { ggTitle: '2024海绵项目迎接部委检查', ggType: '公共', ggCont: '检查海绵项目完成效果', startTime: '2024-06-20 11:20:30' },
+]);
const tableLoading = ref(true);
const total = ref(0);
const dialogShow = ref(false);
@@ -143,11 +145,11 @@
/** 获取查询数据列表 */
function getDataList() {
tableLoading.value = true;
- orderRemindPage(queryParams.value).then(response => {
- tableData.value = response.data;
- total.value = response.total;
- tableLoading.value = false;
- });
+ // orderRemindPage(queryParams.value).then(response => {
+ // tableData.value = response.data;
+ // total.value = response.total;
+ tableLoading.value = false;
+ // });
}
/** 取消按钮 */
function cancelForm() {
@@ -177,14 +179,14 @@
/** 修改按钮操作 */
function handleUpdate(row) {
const postId = row.id || checkedIds.value;
- orderRemindDetail(postId).then(response => {
- nextTick(() => {
- let datas = response.data;
- formData.value = datas;
- });
- dialogShow.value = true;
- dialogTitle.value = '修改公告栏';
- });
+ // orderRemindDetail(postId).then(response => {
+ // nextTick(() => {
+ // let datas = response.data;
+ // formData.value = datas;
+ // });
+ dialogShow.value = true;
+ dialogTitle.value = '修改公告栏';
+ // });
}
/** 提交按钮 */
function submitForm() {
diff --git a/src/views/project/projectManage/projectReport.vue b/src/views/project/projectManage/projectReport.vue
index 8d43630..f1ac9fd 100644
--- a/src/views/project/projectManage/projectReport.vue
+++ b/src/views/project/projectManage/projectReport.vue
@@ -38,9 +38,8 @@
-
+
-
- 公告文件.pdf
+ 5月总结报告.pdf
-
+
修改
@@ -74,7 +73,10 @@
-
+
+
+
+
@@ -82,9 +84,6 @@
-
-
-
{
- tableData.value = response.data;
- total.value = response.total;
- tableLoading.value = false;
- });
+ // orderRemindPage(queryParams.value).then(response => {
+ // tableData.value = response.data;
+ // total.value = response.total;
+ tableLoading.value = false;
+ // });
}
/** 取消按钮 */
function cancelForm() {
diff --git a/vite.config.js b/vite.config.js
index 06b69fe..ea36ec6 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -6,7 +6,7 @@
const Timestamp = new Date().getTime(); //随机时间戳
-// const targetUrl = 'http://192.168.20.49:7200'; //谢斌斌
+// const targetUrl = 'http://192.168.16.254:7200'; //孙逢时
// const targetUrl = 'http://192.168.20.52:7300'; //杨辉
const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上