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
dd2b8f67
Commit
dd2b8f67
authored
Jan 13, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务列表添加自定义列按钮功能
parent
7b80b160
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
19 deletions
+16
-19
common.css
src/assets/css/common.css
+0
-3
IStreamTable.vue
src/components/IStreamTable.vue
+1
-1
Errp.vue
src/views/Business/Bopsel/Errp.vue
+2
-2
Selp.vue
src/views/Business/Bopsel/Selp.vue
+2
-2
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+2
-2
Menu.vue
src/views/Business/Sptsel/Menu.vue
+1
-1
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+2
-2
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+3
-3
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+3
-3
No files found.
src/assets/css/common.css
View file @
dd2b8f67
...
@@ -287,9 +287,6 @@
...
@@ -287,9 +287,6 @@
line-height
:
16px
;
line-height
:
16px
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.el-table--border
td
.lastColumn
{
border-right
:
0
!important
;
}
.el-table__fixed
,
.el-table__fixed
,
.el-table__fixed-right
{
.el-table__fixed-right
{
height
:
100%
!important
;
height
:
100%
!important
;
...
...
src/components/IStreamTable.vue
View file @
dd2b8f67
...
@@ -351,7 +351,7 @@ export default {
...
@@ -351,7 +351,7 @@ export default {
background
:
#f0f9eb
;
background
:
#f0f9eb
;
}
}
.selectColumnClass
.el-checkbox__label
{
.selectColumnClass
.el-checkbox__label
{
width
:
6
0
px
;
width
:
6
7
px
;
font-size
:
13px
;
font-size
:
13px
;
}
}
.selectAllClass
.el-checkbox__label
{
.selectAllClass
.el-checkbox__label
{
...
...
src/views/Business/Bopsel/Errp.vue
View file @
dd2b8f67
...
@@ -81,11 +81,11 @@
...
@@ -81,11 +81,11 @@
</c-list-search>
-->
</c-list-search>
-->
<el-row>
<el-row>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"120px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"120px"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
...
...
src/views/Business/Bopsel/Selp.vue
View file @
dd2b8f67
...
@@ -200,11 +200,11 @@
...
@@ -200,11 +200,11 @@
</c-row>
</c-row>
<el-row>
<el-row>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"200px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"200px"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
...
...
src/views/Business/Diasel/Diaselp.vue
View file @
dd2b8f67
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
<el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
prop=
"display"
prop=
"display"
...
@@ -259,7 +259,7 @@
...
@@ -259,7 +259,7 @@
>
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
>
<
template
>
<c-button
style=
"margin-left: 0"
size=
"small"
>
<c-button
style=
"margin-left: 0"
size=
"small"
>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
dd2b8f67
...
@@ -298,7 +298,7 @@
...
@@ -298,7 +298,7 @@
:columns=
"stmData.columns"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
:showButtonFlg=
"true"
>
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"165px"
class-name=
"lastColumn"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"165px"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
style=
"text-align: left"
<c-col
style=
"text-align: left"
><span>
操作
</span>
><span>
操作
</span>
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
dd2b8f67
...
@@ -280,11 +280,11 @@
...
@@ -280,11 +280,11 @@
</c-button>
</c-button>
</c-col> -->
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-button
<c-button
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
dd2b8f67
...
@@ -396,16 +396,16 @@
...
@@ -396,16 +396,16 @@
> -->
> -->
<el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
:showButtonFlg=
"true"
>
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
prop=
"display"
prop=
"display"
label=
"操作"
label=
"操作"
width=
"1
5
0px"
width=
"1
4
0px"
>
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照
</a>
-->
<!--
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照
</a>
-->
...
...
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
dd2b8f67
...
@@ -385,16 +385,16 @@
...
@@ -385,16 +385,16 @@
> -->
> -->
<el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
:showButtonFlg=
"true"
>
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
prop=
"display"
prop=
"display"
label=
"操作"
label=
"操作"
width=
"1
5
0px"
width=
"1
4
0px"
>
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<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
>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-button
<c-button
...
...
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