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
f9c217d1
Commit
f9c217d1
authored
Jul 27, 2023
by
吴志坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1ff8d59b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
668 additions
and
4 deletions
+668
-4
basicInfo.vue
src/views/equipment/basicInfo.vue
+664
-0
management.vue
src/views/equipment/management.vue
+1
-1
processEquipment.vue
src/views/equipment/processEquipment.vue
+1
-1
statistic.vue
src/views/equipment/statistic.vue
+2
-2
No files found.
src/views/equipment/basicInfo.vue
0 → 100644
View file @
f9c217d1
This diff is collapsed.
Click to expand it.
src/views/equipment/management.vue
View file @
f9c217d1
...
...
@@ -37,7 +37,7 @@
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
<el-button
style=
"padding: 8px 7px;"
:type=
"typePrimary"
:size=
"smallSize"
:icon=
"addIcon"
:haspermi=
"addHaspermi"
@
btn-
click=
"handleAdd"
>
<el-button
style=
"padding: 8px 7px;"
:type=
"typePrimary"
:size=
"smallSize"
:icon=
"addIcon"
:haspermi=
"addHaspermi"
@
click=
"handleAdd"
>
{{
addName
}}
</el-button>
</el-form-item>
...
...
src/views/equipment/processEquipment.vue
View file @
f9c217d1
...
...
@@ -42,7 +42,7 @@
:type=
"typePrimary"
:size=
"smallSize"
:icon=
"addIcon"
@
btn-
click=
"handleAdd"
@
click=
"handleAdd"
>
{{
addProcess
}}
</el-button>
...
...
src/views/equipment/statistic.vue
View file @
f9c217d1
...
...
@@ -67,8 +67,8 @@ import {
listRole
,
updateRole
}
from
'@/api/system/role'
import
{
roleMenuTreeselect
,
roleMenuTreeselectMC
,
treeselect
as
menuTreeselect
}
from
'@/api/system/menu'
import
{
roleDeptTreeselect
,
treeselect
as
deptTreeselect
}
from
'@/api/system/dept'
import
{
roleMenuTreeselect
,
roleMenuTreeselectMC
,
treeselect
as
menuTreeselect
}
from
'@/api/system/menu'
import
{
roleDeptTreeselect
,
treeselect
as
deptTreeselect
}
from
'@/api/system/dept'
// import { getRolesByInsId } from '../../../api/businessManage/template'
import
*
as
echarts
from
'echarts'
...
...
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