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
d49d2383
Commit
d49d2383
authored
Aug 10, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除菜单
parent
744c33ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
basicInfo.vue
src/views/equipment/basicInfo.vue
+2
-2
data.vue
src/views/system/dict/data.vue
+5
-5
No files found.
src/views/equipment/basicInfo.vue
View file @
d49d2383
...
@@ -84,12 +84,12 @@
...
@@ -84,12 +84,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"psm"
prop=
"psm"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"psm"
prop=
"psm"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
p
rank
||
'-'
}}
{{
scope
.
row
.
p
sm
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"psy"
prop=
"psy"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"psy"
prop=
"psy"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
p
rank
||
'-'
}}
{{
scope
.
row
.
p
sy
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作员"
prop=
"createName"
>
<el-table-column
label=
"操作员"
prop=
"createName"
>
...
...
src/views/system/dict/data.vue
View file @
d49d2383
...
@@ -129,8 +129,8 @@
...
@@ -129,8 +129,8 @@
<pagination
<pagination
v-show=
"total>0"
v-show=
"total>0"
:total=
"total"
:total=
"total"
:page
.
sync=
"queryParams.page
Num
"
:page
.
sync=
"queryParams.page"
:limit
.
sync=
"queryParams.
pageSize
"
:limit
.
sync=
"queryParams.
rows
"
@
pagination=
"getList"
@
pagination=
"getList"
/>
/>
...
@@ -230,8 +230,8 @@ export default {
...
@@ -230,8 +230,8 @@ export default {
typeOptions
:
[],
typeOptions
:
[],
// 查询参数
// 查询参数
queryParams
:
{
queryParams
:
{
page
Num
:
1
,
page
:
1
,
pageSize
:
10
,
rows
:
10
,
dictName
:
undefined
,
dictName
:
undefined
,
dictType
:
undefined
,
dictType
:
undefined
,
status
:
''
,
status
:
''
,
...
@@ -332,7 +332,7 @@ export default {
...
@@ -332,7 +332,7 @@ export default {
},
},
/** 搜索按钮操作 */
/** 搜索按钮操作 */
handleQuery
()
{
handleQuery
()
{
this
.
queryParams
.
page
Num
=
1
this
.
queryParams
.
page
=
1
this
.
getList
()
this
.
getList
()
},
},
/** 重置按钮操作 */
/** 重置按钮操作 */
...
...
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