Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhichao
whp-xl
Commits
7edee883
Commit
7edee883
authored
Jul 06, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危化优化
parent
79980e0f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
index.ts
dcit-hcsystem-hcsystem-master/src/router/index.ts
+2
-2
EnterprisesQt.vue
...m-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
+3
-3
EnterprisesTj.vue
...m-hcsystem-master/src/views/Enterprises/EnterprisesTj.vue
+0
-0
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+1
-1
selected.png
dcit-hcsystem-hcsystem-master/src/views/qyMap/selected.png
+0
-0
No files found.
dcit-hcsystem-hcsystem-master/src/router/index.ts
View file @
7edee883
...
@@ -217,13 +217,13 @@ export const defalutRouterMap = [
...
@@ -217,13 +217,13 @@ export const defalutRouterMap = [
component
:
()
=>
import
(
'@/views/Enterprises/EnterprisesCheck.vue'
)
component
:
()
=>
import
(
'@/views/Enterprises/EnterprisesCheck.vue'
)
},
},
{
{
path
:
'/
tongji
'
,
path
:
'/
EnterprisesQt
'
,
name
:
'qytj'
,
name
:
'qytj'
,
meta
:
{
meta
:
{
title
:
'企业统计'
,
title
:
'企业统计'
,
icon
:
''
,
icon
:
''
,
},
},
component
:
()
=>
import
(
'@/views/Enterprises/
tongji
.vue'
)
component
:
()
=>
import
(
'@/views/Enterprises/
EnterprisesQt
.vue'
)
},
},
]
]
},
},
...
...
dcit-hcsystem-hcsystem-master/src/views/Enterprises/
tongji
.vue
→
dcit-hcsystem-hcsystem-master/src/views/Enterprises/
EnterprisesQt
.vue
View file @
7edee883
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
enterpriseCheckIngNum
}}
</div>
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
enterpriseCheckIngNum
}}
</div>
</div>
</div>
</div>
</div>
<
Demo></Demo
>
<
EnterprisesTj></EnterprisesTj
>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"列表"
name=
"second"
>
<el-tab-pane
label=
"列表"
name=
"second"
>
<div
class=
"EnseList"
style=
"background-color: #fff;padding: 20px;"
>
<div
class=
"EnseList"
style=
"background-color: #fff;padding: 20px;"
>
...
@@ -94,7 +94,7 @@ import { Component, Vue, Provide } from "vue-property-decorator";
...
@@ -94,7 +94,7 @@ import { Component, Vue, Provide } from "vue-property-decorator";
import
EnterprisesMgEdit
from
"./EnterprisesMgEdit.vue"
;
import
EnterprisesMgEdit
from
"./EnterprisesMgEdit.vue"
;
import
City
from
"@/components/city.vue"
;
import
City
from
"@/components/city.vue"
;
import
METHOD
from
"@/utils/methods"
;
import
METHOD
from
"@/utils/methods"
;
import
Demo
from
'./demo
.vue'
import
EnterprisesTj
from
'./EnterprisesTj
.vue'
// import ECharts from 'echarts'
// import ECharts from 'echarts'
// Vue.prototype.$echarts = echarts
// Vue.prototype.$echarts = echarts
import
echarts
from
"echarts"
;
import
echarts
from
"echarts"
;
...
@@ -108,7 +108,7 @@ require('echarts/lib/component/tooltip')
...
@@ -108,7 +108,7 @@ require('echarts/lib/component/tooltip')
require
(
'echarts/lib/component/title'
)
require
(
'echarts/lib/component/title'
)
import
axios
from
'axios'
import
axios
from
'axios'
@
Component
({
@
Component
({
components
:
{
EnterprisesMgEdit
,
City
,
Demo
}
components
:
{
EnterprisesMgEdit
,
City
,
EnterprisesTj
}
})
})
export
default
class
EnterprisesMg
extends
Vue
{
export
default
class
EnterprisesMg
extends
Vue
{
data
()
{
data
()
{
...
...
dcit-hcsystem-hcsystem-master/src/views/Enterprises/
demo
.vue
→
dcit-hcsystem-hcsystem-master/src/views/Enterprises/
EnterprisesTj
.vue
View file @
7edee883
File moved
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
7edee883
...
@@ -105,7 +105,7 @@ import Mutil from "@/utils/mapUtil.js";
...
@@ -105,7 +105,7 @@ import Mutil from "@/utils/mapUtil.js";
import
METHOD
from
"@/utils/methods"
;
import
METHOD
from
"@/utils/methods"
;
import
QyMaptwo
from
'./qyMaptwo.vue'
;
import
QyMaptwo
from
'./qyMaptwo.vue'
;
import
QyMapone
from
'./qyMapone.vue'
;
import
QyMapone
from
'./qyMapone.vue'
;
import
Demo
from
'@/views/Enterprises/
demo
.vue'
;
import
Demo
from
'@/views/Enterprises/
EnterprisesTj
.vue'
;
import
vueDrag
from
'vue-dragging'
import
vueDrag
from
'vue-dragging'
Vue
.
use
(
vueDrag
)
Vue
.
use
(
vueDrag
)
@
Component
({
@
Component
({
...
...
dcit-hcsystem-hcsystem-master/src/views/qyMap/selected.png
deleted
100644 → 0
View file @
79980e0f
1.35 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment