Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
69adfd91
Commit
69adfd91
authored
Dec 28, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务列表tabs调整
parent
cef5c133
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
Status.js
src/store/Status.js
+11
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+4
-0
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+2
-2
No files found.
src/store/Status.js
View file @
69adfd91
...
...
@@ -22,7 +22,14 @@ const Status = {
// 暂存
stash
:
false
},
taskListTabVal
:
''
taskListTabVal
:
''
,
taskList
:
{
sptsel
:
0
,
trnrel
:
0
,
bopsel
:
0
,
sptbrk
:
0
,
diasel
:
0
,
}
},
mutations
:
{
setMode
(
state
,
value
)
{
...
...
@@ -82,6 +89,9 @@ const Status = {
},
setTaskListTabVal
(
state
,
value
)
{
state
.
taskListTabVal
=
value
;
},
setTaskList
(
state
,
options
)
{
state
.
taskList
[
options
.
key
]
=
options
.
val
;
}
}
}
...
...
src/views/Business/Sptsel/Menu.vue
View file @
69adfd91
...
...
@@ -291,6 +291,10 @@
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
69adfd91
...
...
@@ -295,9 +295,9 @@
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onDe
tails
"
@
click=
"onDe
lete
"
>
详情
删除
</c-button>
</
template
>
</el-table-column>
...
...
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