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
06a24caa
Commit
06a24caa
authored
Mar 02, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mgrtsk表格数据
parent
6cd7061e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
Tskmgr.vue
src/views/Business/Mgrtsk/Tskmgr.vue
+15
-13
index.vue
src/views/Business/Mgrtsk/index.vue
+1
-1
No files found.
src/views/Business/Mgrtsk/Tskmgr.vue
View file @
06a24caa
...
@@ -251,18 +251,8 @@
...
@@ -251,18 +251,8 @@
</c-button>
</c-button>
</c-col>
-->
</c-col>
-->
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-table
:border=
"true"
:list=
"data"
style=
"width:80%,text-align:center"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"Entity"
width=
"auto"
></el-table-column>
</c-istream-table>
<el-table-column
label=
"Object Identification"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Ident"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Service"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Status"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Retries"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Target"
width=
"auto"
></el-table-column>
</c-table>
</c-col>
</c-col>
</div>
</div>
</
template
>
</
template
>
...
@@ -278,7 +268,19 @@ export default {
...
@@ -278,7 +268,19 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
data
:[],
stmData
:
{
columns
:
[
"8 1
\"
Entity
\"
100 1 0"
,
"7 2
\"
Object Identification
\"
390 1 0"
,
"6 3
\"
Ident
\"
100 1 0"
,
"1 4
\"
Service
\"
100 1 0 3 SRVTXT"
,
"2 5
\"
Status
\"
100 1 0 2 WFE:STA"
,
"3 6
\"
Retries
\"
100 2 20:1 1 FormatRTR"
,
"4 7
\"
Target
\"
auto 20 30 1"
],
data
:
[
]
},
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
...
...
src/views/Business/Mgrtsk/index.vue
View file @
06a24caa
...
@@ -146,7 +146,7 @@ export default {
...
@@ -146,7 +146,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
this
.
updateModel
(
rtnmsg
.
data
)
}
}
else
else
{
{
...
...
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