Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
byq_pc
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
张伯涛
byq_pc
Commits
243ebb00
Commit
243ebb00
authored
Apr 29, 2025
by
杨立坤(移动组_外包)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yemian
parent
d275599e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
index.vue
src/views/index/index.vue
+14
-1
data.vue
src/views/system/dict/data.vue
+1
-1
No files found.
src/views/index/index.vue
View file @
243ebb00
...
...
@@ -46,11 +46,24 @@
</div>
</
template
>
<
script
>
import
pie
from
'@/views/makePie/index.vue'
import
pic1
from
'@/assets/image/变压器抠图-1.png'
import
pic2
from
'@/assets/image/变压器抠图-2.png'
export
default
{
components
:
{
pie
:
pie
},
data
()
{
return
{
name
:
'特变电压器'
name
:
'特变电压器'
,
type
:
1
,
pic1
,
pic2
}
},
getType
(
e
)
{
console
.
log
(
e
)
this
.
type
=
e
}
}
</
script
>
...
...
src/views/system/dict/data.vue
View file @
243ebb00
...
...
@@ -57,7 +57,7 @@
@
click=
"handleExport"
>
导出
</el-button>
-->
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"getList"
/>
</div>
</el-form>
</div>
...
...
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