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
zhouqian
vue-gjjs
Commits
aa797eee
Commit
aa797eee
authored
Jan 07, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
7ea5bb5c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
4 deletions
+46
-4
common.css
src/assets/css/common.css
+5
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+1
-1
Sptpopup.vue
src/views/Business/Sptsel/Sptpopup.vue
+38
-0
index.vue
src/views/TaskList/index.vue
+2
-2
No files found.
src/assets/css/common.css
View file @
aa797eee
...
...
@@ -218,7 +218,11 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
{
background-color
:
#1561E0
;
border-color
:
#1561E0
;
}
}
.el-checkbox__input.is-indeterminate
.el-checkbox__inner
{
background-color
:
#1561E0
;
border-color
:
#1561E0
;
}
.c-title
{
/* color: rgba(0, 0, 0, 0.65); */
/* font-weight: 600; */
...
...
src/views/Business/Sptsel/Menu.vue
View file @
aa797eee
...
...
@@ -562,7 +562,7 @@ export default {
padding
:
0
20px
10px
20px
;
}
.detailDialogClass
>>>
.el-dialog
{
height
:
40
0px
;
height
:
65
0px
;
}
.table-button-item-list
{
padding
:
0
;
...
...
src/views/Business/Sptsel/Sptpopup.vue
View file @
aa797eee
...
...
@@ -129,6 +129,44 @@
&
Close
</c-button>
</c-col>
-->
<c-col
:span=
"23"
>
<el-form-item>
<c-table
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"Seq.No"
prop=
"groseq"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Msg.Type"
prop=
"cortyp"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Message references"
prop=
"nam"
width=
"150px"
></el-table-column>
<el-table-column
label=
"User"
prop=
"creusr"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Length"
prop=
"msglen"
width=
"auto"
></el-table-column>
<el-table-column
label=
"File name"
prop=
"docfil"
width=
"auto"
></el-table-column>
<el-table-column
label=
"File ext"
prop=
"docfxt"
width=
"auto"
></el-table-column>
<el-table-column
label=
"DB-INR"
prop=
"inr"
width=
"auto"
></el-table-column>
<el-table-column
label=
"CREFRM"
prop=
"crefrm"
width=
"auto"
></el-table-column>
<el-table-column
label=
"CREDATTIM"
prop=
"credattim"
width=
"120px"
></el-table-column>
<el-table-column
label=
"PARTFLG"
prop=
""
width=
"partflg"
></el-table-column>
<el-table-column
label=
"MSGTYP"
prop=
"msgtyp"
width=
"auto"
></el-table-column>
<el-table-column
label=
"RELCUR"
prop=
"relcur"
width=
"auto"
></el-table-column>
<el-table-column
label=
"RELAMT"
prop=
"relamt"
width=
"auto"
></el-table-column>
<el-table-column
label=
"SYSNO"
prop=
"sysno"
width=
"auto"
></el-table-column>
<el-table-column
label=
"STAFLG"
prop=
"staflg"
width=
"auto"
></el-table-column>
<el-table-column
label=
"F20"
prop=
"f20"
width=
"auto"
></el-table-column>
<el-table-column
label=
"STP"
prop=
"spt"
width=
"auto"
></el-table-column>
</c-table>
</el-form-item>
</c-col>
<c-col
:span=
"23"
>
<el-form-item>
<c-table
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"Start"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Type"
width=
"auto"
></el-table-column>
<el-table-column
label=
"User"
width=
"auto"
></el-table-column>
<el-table-column
label=
"TRN"
width=
"auto"
></el-table-column>
<el-table-column
label=
"End"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Text"
width=
"auto"
></el-table-column>
</c-table>
</el-form-item>
</c-col>
</div>
</
template
>
<
script
>
...
...
src/views/TaskList/index.vue
View file @
aa797eee
...
...
@@ -3,7 +3,7 @@
<c-tabs
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"待经办列表"
name=
"sptsel"
>
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
<c-content>
<c-content
:height=
"0"
>
<span
slot=
"label"
>
待经办列表
<el-badge
v-if=
"$store.state.Status.taskList.sptsel>0"
:value=
"$store.state.Status.taskList.sptsel"
:max=
"99"
/>
...
...
@@ -36,7 +36,7 @@
<t-sptbrk
/>
</el-tab-pane>
<el-tab-pane
label=
"到期提示"
name=
"diasel"
>
<c-content>
<c-content
:height=
"0"
>
<t-diasel/>
</c-content>
</el-tab-pane>
...
...
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