Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
胡宝山
template_vue
Commits
c6ed0616
Commit
c6ed0616
authored
Jul 21, 2023
by
吴志坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
8055c500
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2538 additions
and
16 deletions
+2538
-16
package.json
package.json
+1
-1
main.js
src/main.js
+2
-0
check.vue
src/views/equipment/check.vue
+599
-0
index.vue
src/views/equipment/index.vue
+0
-15
management.vue
src/views/equipment/management.vue
+658
-0
second.vue
src/views/equipment/second.vue
+598
-0
statistic.vue
src/views/equipment/statistic.vue
+680
-0
No files found.
package.json
View file @
c6ed0616
...
...
@@ -18,7 +18,7 @@
"
axios
"
:
"
0.18.1
"
,
"
bpmn-js
"
:
"
^6.1.1
"
,
"
bpmn-js-properties-panel
"
:
"
^0.33.1
"
,
"
echarts
"
:
"
^5.
3.2
"
,
"
echarts
"
:
"
^5.
4.3
"
,
"
element-resize-detector
"
:
"
^1.2.4
"
,
"
element-ui
"
:
"
2.13.0
"
,
"
gm-crypt
"
:
"
^0.0.2
"
,
...
...
src/main.js
View file @
c6ed0616
...
...
@@ -12,6 +12,7 @@ import App from './App'
import
store
from
'./store'
import
router
from
'./router'
import
permission
from
'./directive/permission'
import
echarts
from
'echarts'
// import drective from '@/utils/directive.js'
import
'@/icons'
// icon
import
'@/assets/icons'
// icon
...
...
@@ -62,6 +63,7 @@ Vue.prototype.$uploadFile = uploadPublic
Vue
.
prototype
.
$haveAuth
=
includePermission
// set ElementUI lang to EN
Vue
.
prototype
.
$axios
=
xhr
Vue
.
prototype
.
$echarts
=
echarts
// 未解析的函数或方法 msgSuccess(),需添加以下代码
Vue
.
prototype
.
msgSuccess
=
function
(
msg
)
{
...
...
src/views/equipment/check.vue
0 → 100644
View file @
c6ed0616
This diff is collapsed.
Click to expand it.
src/views/equipment/index.vue
deleted
100644 → 0
View file @
8055c500
<
template
>
<div>
设备管理
</div>
</
template
>
<
script
>
export
default
{
name
:
'Index'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/equipment/management.vue
0 → 100644
View file @
c6ed0616
This diff is collapsed.
Click to expand it.
src/views/equipment/second.vue
0 → 100644
View file @
c6ed0616
This diff is collapsed.
Click to expand it.
src/views/equipment/statistic.vue
0 → 100644
View file @
c6ed0616
This diff is collapsed.
Click to expand it.
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