+
diff --git a/src/views/bigScreen/component/transferBoard.vue b/src/views/bigScreen/component/transferBoard.vue
index 364415b..ae5e475 100644
--- a/src/views/bigScreen/component/transferBoard.vue
+++ b/src/views/bigScreen/component/transferBoard.vue
@@ -115,7 +115,7 @@ export default {
})
} else {
this.nowRow = deepCopy(item);
- this.$emit('showDetail',item)
+ this.$emit('showDetail',{ item, isShow })
}
},
@@ -191,7 +191,7 @@ export default {
let { avgHeight, animationIndex, mergedConfig, animation, updater } = this
const { waitTime, carousel, rowNum } = {
- waitTime: 5000,
+ waitTime: 8000,
carousel: 'single',
rowNum: this.rowNum
}
diff --git a/src/views/bigScreen1/component/doing.vue b/src/views/bigScreen1/component/doing.vue
new file mode 100644
index 0000000..98b6b2f
--- /dev/null
+++ b/src/views/bigScreen1/component/doing.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/bigScreen1/component/title.vue b/src/views/bigScreen1/component/title.vue
new file mode 100644
index 0000000..9bcbccd
--- /dev/null
+++ b/src/views/bigScreen1/component/title.vue
@@ -0,0 +1,59 @@
+
+
+
苏州河道处调度指令看板
+
+
+
{{ $moment(time).format('YYYY-MM-DD HH:mm:ss') }}
+
查看已完成调令
+
+
+
+
+
+
+
diff --git a/src/views/bigScreen1/component/toDo.vue b/src/views/bigScreen1/component/toDo.vue
new file mode 100644
index 0000000..b6172f1
--- /dev/null
+++ b/src/views/bigScreen1/component/toDo.vue
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+
+
+
+
+ 【存在执行中指令】
+
+
+
+ 【倒计时{{ $moment(item.start_time).diff($moment(time),'minutes') }}分钟】
+
+
+
+ 【超时未执行】
+
+
+
+
+
+
+ {{ item.equipment_id_equipments_id_relation ? item.equipment_id_equipments_id_relation.name : '' }}
+
+
+ 执行时间:{{ timeFormat(item.start_time) }}至{{ timeFormat(item.end_time,'HH:mm') }}
+
+
预计时长 {{ $moment(item.end_time).diff($moment(item.start_time),'hours') }}时
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bigScreen1/component/topBackground.vue b/src/views/bigScreen1/component/topBackground.vue
new file mode 100644
index 0000000..94e67b8
--- /dev/null
+++ b/src/views/bigScreen1/component/topBackground.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
diff --git a/src/views/bigScreen1/index.vue b/src/views/bigScreen1/index.vue
new file mode 100644
index 0000000..3f51d13
--- /dev/null
+++ b/src/views/bigScreen1/index.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/order/component/createDispatch.vue b/src/views/order/component/createDispatch.vue
index 5c8d6a7..4e58000 100644
--- a/src/views/order/component/createDispatch.vue
+++ b/src/views/order/component/createDispatch.vue
@@ -831,6 +831,7 @@ export default {
if (isNeed) {
this.$router.push('/dispatch/handle')
}
+ this.$store.commit('app/CLOSE_SIDEBAR')
})
.catch((_) => {
loadingInstance.close();
diff --git a/src/views/order/handle.vue b/src/views/order/handle.vue
index ab73930..1f36b54 100644
--- a/src/views/order/handle.vue
+++ b/src/views/order/handle.vue
@@ -22,10 +22,10 @@
-
diff --git a/vue.config.js b/vue.config.js
index 9d570e1..459de67 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -24,7 +24,7 @@ module.exports = {
* In most cases please use '/' !!!
* Detail: https://cli.vuejs.org/config/#publicpath
*/
- publicPath: '/admin/',
+ publicPath: '/admin_test/',
outputDir: './dist',
assetsDir: 'static',
css: {