|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<div class="d-flex jc-center">
|
|
|
|
|
<dv-decoration-8 class="dv-dec-8" :color="decorationColor" />
|
|
|
|
|
<div class="title">
|
|
|
|
|
<span class="title-text fw-b">调令执行跟踪平台</span>
|
|
|
|
|
<span class="title-text fw-b">{{title}}</span>
|
|
|
|
|
<dv-decoration-6
|
|
|
|
|
class="dv-dec-6"
|
|
|
|
|
:reverse="true"
|
|
|
|
|
@ -85,6 +85,7 @@
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// 按需引入vue-awesome图标
|
|
|
|
|
import {title} from '@/settings';
|
|
|
|
|
import Icon from 'vue-awesome/components/Icon';
|
|
|
|
|
import 'vue-awesome/icons/chart-bar.js';
|
|
|
|
|
import 'vue-awesome/icons/chart-area.js';
|
|
|
|
|
@ -124,6 +125,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
title,
|
|
|
|
|
timing: null,
|
|
|
|
|
loading: true,
|
|
|
|
|
dateDay: null,
|
|
|
|
|
|