From 78ab1ddc45813a65fe42e800ac39b296e9d487a0 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Tue, 11 Jun 2024 20:32:20 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix=20:=20=E5=B1=8F=E8=94=BD=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project-management/implementation/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/project-management/implementation/index.vue b/src/views/project-management/implementation/index.vue
index 77b68b8..cd9ee63 100644
--- a/src/views/project-management/implementation/index.vue
+++ b/src/views/project-management/implementation/index.vue
@@ -299,7 +299,7 @@ const tableConfig = reactive({
api: '/workflow/mosr/project/implementation',
params: {},
btns: [
- {name: '生成分摊报表', key: '_export', color: '#DED0B2', auth: ''}
+ // {name: '生成分摊报表', key: '_export', color: '#DED0B2', auth: ''}
]
})
From a2977d07021adcd48fa22cae9ad76a44391c54fd Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Tue, 11 Jun 2024 20:56:22 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix=20:=20=E5=B1=8F=E8=94=BD=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/special-fund/add.vue | 3 --
src/views/system/role/add.vue | 20 ++++++------
src/views/system/role/index.vue | 56 ++++++++++++++++++++-------------
src/views/system/user/index.vue | 4 +--
4 files changed, 47 insertions(+), 36 deletions(-)
diff --git a/src/views/special-fund/add.vue b/src/views/special-fund/add.vue
index 4a4a5a6..e45826d 100644
--- a/src/views/special-fund/add.vue
+++ b/src/views/special-fund/add.vue
@@ -52,7 +52,6 @@ const router = useRouter()
const route = useRoute()
const processStore = useProcessStore()
const loading = ref(false)
-const showTinymce = ref(true)
const showTable = ref(true)
const processInstanceData = ref()
const fundForm = ref()
@@ -249,10 +248,8 @@ const getDetailInfo = async () => {
})
if (res.code === 1000) {
formData.value = res.data
- showTinymce.value = false
showTable.value = false
nextTick(() => {
- showTinymce.value = true
showTable.value = true
})
}
diff --git a/src/views/system/role/add.vue b/src/views/system/role/add.vue
index e794815..86d6c9a 100644
--- a/src/views/system/role/add.vue
+++ b/src/views/system/role/add.vue
@@ -4,9 +4,9 @@