From 30328e575def317d24b11c480c83318d8f2075db Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Sat, 22 Oct 2022 11:08:52 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BC=9A=E8=AE=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
front/public/static/config/basicConfig.js | 10 +-
front/src/views/home/infrastructurePage.vue | 4144 ++++++++++---------
2 files changed, 2231 insertions(+), 1923 deletions(-)
diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js
index d72f5cde..98099ffc 100644
--- a/front/public/static/config/basicConfig.js
+++ b/front/public/static/config/basicConfig.js
@@ -1,14 +1,14 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
- * @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-10-13 21:31:09
+ * @LastEditors: Light
+ * @LastEditTime: 2022-10-22 11:08:16
* @Description: 系统静态参数配置
*/
var _global = {}
var CONFIGITEM = {
// version: 'qingdao', //青岛
- version: 'xihaian', // 西海岸
+ version: 'dev', // 西海岸
// version: 'qingdao', // 开发
// version: 'zhanTingDev', // 展厅dev (2022-09-13:姜永超让添加)
// version: 'qingdao', // 测试
@@ -86,8 +86,8 @@ var CONFIGITEM = {
userPwd: '',
},
backUrl: 'http://localhost:8001',
- previewUrl: 'http://192.168.124.236:9796/',
- websocketURL: '192.168.124.233:8888/renren-admin',
+ previewUrl: 'http://192.168.124.243:9796/',
+ websocketURL: '192.168.124.243:8888/renren-admin',
// websocketURL: '10.18.1.99:8889/renren-admin',
POI_URL:
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue
index 1d3e712a..77d30c12 100644
--- a/front/src/views/home/infrastructurePage.vue
+++ b/front/src/views/home/infrastructurePage.vue
@@ -5,15 +5,24 @@
{{ item.title }}
-
+
清空
-
+
{{ itemContent.labelName || itemContent }}
@@ -21,19 +30,35 @@
-
+
会议室预约
-
会议室搜索
@@ -44,23 +69,40 @@
-
+
{{ item.name }}
@@ -73,39 +115,54 @@
{{ item.description }}
-
+ "
+ @click="appointment(item)"
+ >
预约
-
+
-
+
{{ record.bookDate }} {{ record.startTime }}-{{
- record.endTime
+ record.endTime
}}
{{
- record.state == 2
- ? '通过'
- : record.state == 1
- ? '审核中'
- : '不通过'
+ record.state == 2
+ ? '通过'
+ : record.state == 1
+ ? '审核中'
+ : '不通过'
}}
@@ -114,27 +171,45 @@
-
+
-
+
预约结果
-
-
+ "
+ >
+
审核结果:{{
- lookData.state == 2
- ? '通过'
- : lookData.state == 1
- ? '审核中'
- : '不通过'
+ lookData.state == 2
+ ? '通过'
+ : lookData.state == 1
+ ? '审核中'
+ : '不通过'
}}
@@ -142,24 +217,29 @@
预约信息
-
+ "
+ >
预约时段:{{ lookData.bookDate }} {{ lookData.startTime }}-{{
- lookData.endTime
+ lookData.endTime
}}
-
+ "
+ >
预约人:{{ lookData.name }}
联系方式:{{ lookData.phone }}
预约部门:{{ lookData.dept }}
@@ -169,18 +249,43 @@
使用事项:{{ lookData.matter }}
-
-
+
+
- {})">
-
+ {})"
+ >
+
-
+
当日会议室可用时段:{{ roomDateList[0] }}
@@ -188,21 +293,40 @@
-
-
+
+
-
+
-
+
@@ -212,23 +336,42 @@
-
+
-
+
-
-
+
+
选择上传附件
@@ -239,11 +382,18 @@
-
+
取消
-
+
提交
@@ -273,76 +423,122 @@
-
+
批量预览
-
+
添加至申购车
-
+
一键申请
- 我要申请{{ selectType }}
+ 一键组会
+ 我要申请{{ selectType }}
-
+ }"
+ :loading="loadingCamera"
+ >
{{ statusText[record.status] || '' }}
-
- 预览
-
+ 预览
请申请后在我的申请中预览视频!
-
+
预览
-
-
+ "
+ :pagination="pagination"
+ @change="handleTableChange"
+ >
-
+
申请
详情
@@ -351,15 +547,25 @@
-
+
视频预览
- {{`(请申请后在我的申请中预览视频)`}}
+
+ {{ `(请申请后在我的申请中预览视频)` }}
+
-
+
@@ -380,70 +586,138 @@
-
+
-
+
-
-
+
-
+
-
+
-
-
+
+
{{ userInfo.usernameShow }}
-
+
{{ userInfo.realNameShow }}
-
+
{{ userInfo.usernameShow }}
-
+
{{ userInfo.realNameShow }}
-
+
-
+
-
+ "
+ >
{{ db.attrType || '--' }}
-
+
{{ key2 + ':' + value }}
@@ -454,1142 +728,1226 @@
From b226e777f7068a3549eb8c3384fbe3b7cabe07df Mon Sep 17 00:00:00 2001
From: guoyue
Date: Sat, 22 Oct 2022 14:29:18 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=88=91=E7=9A=84=E5=8F=91=E5=B8=83=E4=BE=A7?=
=?UTF-8?q?=E8=BE=B9=E6=A0=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/personalCenter/components/asideMenu.vue | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/front/src/views/personalCenter/components/asideMenu.vue b/front/src/views/personalCenter/components/asideMenu.vue
index d6a6a822..9d05d2cf 100644
--- a/front/src/views/personalCenter/components/asideMenu.vue
+++ b/front/src/views/personalCenter/components/asideMenu.vue
@@ -33,15 +33,16 @@ export default defineComponent({
imgActive: require('@/assets/personalCenter/applyactive.png'),
key: 'apply',
}
+ const push = {
+ title: '我的发布',
+ img: require('@/assets/personalCenter/push.png'),
+ imgActive: require('@/assets/personalCenter/pushactive.png'),
+ key: 'push',
+ }
let menuList = [
car,
- {
- title: '我的发布',
- img: require('@/assets/personalCenter/push.png'),
- imgActive: require('@/assets/personalCenter/pushactive.png'),
- key: 'push',
- },
apply,
+ push,
{
title: '我的收藏',
img: require('@/assets/personalCenter/collect.png'),
@@ -69,7 +70,7 @@ export default defineComponent({
]
// 西海岸
if (itShowXiHaiAn) {
- menuList = [car, apply]
+ menuList = [car, apply, push]
}
const selectedKeys = ref(['apply'])
From 49b41ce8e6874ed9be714e882aed97a22618a802 Mon Sep 17 00:00:00 2001
From: guoyue
Date: Sat, 22 Oct 2022 14:29:43 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8E=E5=8F=B0-?=
=?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86-=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=9A=E6=90=9C=E7=B4=A2bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ren-dept-tree/src/ren-dept-tree.vue | 81 +++++++++----------
1 file changed, 40 insertions(+), 41 deletions(-)
diff --git a/back/src/components/ren-dept-tree/src/ren-dept-tree.vue b/back/src/components/ren-dept-tree/src/ren-dept-tree.vue
index c788be6b..5c26123e 100644
--- a/back/src/components/ren-dept-tree/src/ren-dept-tree.vue
+++ b/back/src/components/ren-dept-tree/src/ren-dept-tree.vue
@@ -1,42 +1,36 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('query') }}
-
-
-
-
-
- {{ $t('cancel') }}
- {{ $t('clear') }}
- {{ $t('confirm') }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('clear') }}
+ {{ $t('confirm') }}
+
+