diff --git a/components/tree-node/index.vue b/components/tree-node/index.vue
index fcff0383..f06db969 100644
--- a/components/tree-node/index.vue
+++ b/components/tree-node/index.vue
@@ -2,9 +2,11 @@
+
+
{{ item.groupName }}
-
-
+
+
@@ -44,7 +46,7 @@ export default {
\ No newline at end of file
diff --git a/main.js b/main.js
index a722b9a1..f0f913e7 100644
--- a/main.js
+++ b/main.js
@@ -44,8 +44,8 @@ if (process.env.NODE_ENV === 'development') {
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
- Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
- // Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
+ // Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
+ Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
// Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址
// Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
diff --git a/pages/projectEnd/ekashManage/ekashManage.vue b/pages/projectEnd/ekashManage/ekashManage.vue
index c03cb09f..8ed54b47 100644
--- a/pages/projectEnd/ekashManage/ekashManage.vue
+++ b/pages/projectEnd/ekashManage/ekashManage.vue
@@ -13,7 +13,7 @@
查看明细
企业: {{item.enterpriseName}}
- 入场时间: {{item.entryTime}}
+ 出场有效时间: {{item.entryBeginTime}}至{{item.entryEndTime}}
@@ -97,7 +97,10 @@
let data = {
pageNo: this.pageNo,
pageSize: this.pageSize,
- name: e.detail.value ? e.detail.value : null
+ type: 2
+ }
+ if(e.detail.value){
+ data.name = e.detail.value;
}
let _this = this
this.sendRequest({
@@ -108,7 +111,7 @@
console.log(res);
// this.dataList = this.dataList.concat(res.result.records)
- this.dataList = [...this.dataList, ...res.result.records]
+ this.dataList = res.result.records
// console.log(this.dataList , res.result.total);
// this.dataList = res.result.records
if (res.result.records.length < this.pageSize) {
@@ -143,7 +146,7 @@
}
.ukashList {
- height: 90px;
+ min-height: 90px;
background-color: #fff;
margin: 10px 10px;
border-radius: 15px;
diff --git a/pages/projectEnd/ukashManage/ukashManage.vue b/pages/projectEnd/ukashManage/ukashManage.vue
index 3d096530..efd8b1b0 100644
--- a/pages/projectEnd/ukashManage/ukashManage.vue
+++ b/pages/projectEnd/ukashManage/ukashManage.vue
@@ -13,7 +13,7 @@
查看明细
企业: {{item.enterpriseName}}
- 入场时间: {{item.entryTime}}
+ 入场有效时间: {{item.entryBeginTime}}至{{item.entryEndTime}}
@@ -97,7 +97,10 @@
let data = {
pageNo: this.pageNo,
pageSize: this.pageSize,
- name: e.detail.value ? e.detail.value : null
+ type: 1
+ }
+ if(e.detail.value){
+ data.name = e.detail.value;
}
let _this = this
this.sendRequest({
@@ -108,7 +111,7 @@
console.log(res);
// this.dataList = this.dataList.concat(res.result.records)
- this.dataList = [...this.dataList, ...res.result.records]
+ this.dataList = res.result.records
// console.log(this.dataList , res.result.total);
// this.dataList = res.result.records
if (res.result.records.length < this.pageSize) {
@@ -143,7 +146,7 @@
}
.ukashList {
- height: 90px;
+ min-height: 90px;
background-color: #fff;
margin: 10px 10px;
border-radius: 15px;
diff --git a/pages/videoManage/playBackList.vue b/pages/videoManage/playBackList.vue
index 2b60edec..2f0accba 100644
--- a/pages/videoManage/playBackList.vue
+++ b/pages/videoManage/playBackList.vue
@@ -16,9 +16,9 @@
- 2024-05-11 00:00:00
+ {{item.beginTime}}
至
- 2024-05-11 00:00:00
+ {{item.endTime}}
@@ -32,6 +32,9 @@
diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue
index 6c3227c6..0edb89cc 100644
--- a/pages/videoManage/playVideo.vue
+++ b/pages/videoManage/playVideo.vue
@@ -26,9 +26,9 @@
-
+
@@ -63,7 +63,7 @@
// 跳转到录像回放列表
toBackList(){
uni.navigateTo({
- url: './playBackList?obj=' + JSON.stringify(this.videoResponseInfo)
+ url: './playBackList?obj=' + JSON.stringify({...this.videoResponseInfo,...this.videoInfo})
})
},
changeStreamFn(){
diff --git a/pages/videoManage/videoList.vue b/pages/videoManage/videoList.vue
index 5b780db9..05b8886c 100644
--- a/pages/videoManage/videoList.vue
+++ b/pages/videoManage/videoList.vue
@@ -24,7 +24,7 @@
-
+
diff --git a/static/videoControlIcon/videoIcon.png b/static/videoControlIcon/videoIcon.png
new file mode 100644
index 00000000..c35f796e
Binary files /dev/null and b/static/videoControlIcon/videoIcon.png differ