From 27cb890c3e87fac8467d25f5d8ccc638ec729339 Mon Sep 17 00:00:00 2001
From: Leo_Ding <2405260743@qq.com>
Date: Tue, 16 Sep 2025 19:08:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=AE=A4=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.dev | 4 +--
.../pages/mettingMgt/mettingYuYue/index.vue | 27 ++++++++++---------
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/.env.dev b/.env.dev
index a402490..67fc2c9 100644
--- a/.env.dev
+++ b/.env.dev
@@ -12,8 +12,8 @@ VITE_ROUTER_BASE=/
VITE_ROUTER_HISTORY=hash
# api
-VITE_API_BASIC=https://jinshan.nantong.info
-# VITE_API_BASIC=http://10.10.1.6:8071
+# VITE_API_BASIC=https://jinshan.nantong.info
+VITE_API_BASIC=http://10.10.1.6:8071
VITE_API_HTTP=/api/v1/
# storage
VITE_STORAGE_NAMESPACE = gin-admin_local_
\ No newline at end of file
diff --git a/src/views/pages/mettingMgt/mettingYuYue/index.vue b/src/views/pages/mettingMgt/mettingYuYue/index.vue
index 5c464da..294b2e8 100644
--- a/src/views/pages/mettingMgt/mettingYuYue/index.vue
+++ b/src/views/pages/mettingMgt/mettingYuYue/index.vue
@@ -6,8 +6,9 @@
- 个人申请
- 企业申请
+ 全部
+ 个人申请
+ 企业申请
@@ -37,8 +38,8 @@
{{ record.startTime + ' - ' + record.endTime }}
- 个人申请
- 企业申请
+ 个人申请
+ 企业申请
审核通过
@@ -54,16 +55,16 @@
-
-
+
+
查看承诺报表
无
-
-
+
+
查看申请报表
无
@@ -131,13 +132,13 @@ const columns = [
// { title: '结束时间', dataIndex: 'endTime' },
{ title: '申请签名', dataIndex: 'applySign' },
// { title: '备注', dataIndex: 'remark' },
- { title: '申请报表', dataIndex: 'rebackCovenantPdf' },
- { title: '承诺报表', dataIndex: 'rebackApplyPdf' },
+ { title: '申请报表', dataIndex: 'applyPdf' },
+ { title: '承诺报表', dataIndex: 'covenantPdf' },
{ title: t('button.action'), key: 'action', fixed: 'right', width: 80, align: 'center' },
]
const { listData, loading, showLoading, hideLoading, paginationState, resetPagination, searchFormData } = usePagination()
searchFormData.value = {
- applyType: 1,
+ applyType: '',
}
const remark = ref('')
const currentInfo = ref({})