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
b663b629
Commit
b663b629
authored
Jan 12, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
e265d65a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
27 deletions
+25
-27
IStreamTable.vue
src/components/IStreamTable.vue
+18
-14
Selp.vue
src/views/Business/Bopsel/Selp.vue
+3
-3
Menu.vue
src/views/Business/Sptsel/Menu.vue
+2
-8
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+2
-2
No files found.
src/components/IStreamTable.vue
View file @
b663b629
<
template
>
<div
class=
"eContainer-table-block"
>
<div
style=
"text-align: left"
v-if=
"showButtonFlg"
class=
"buttonDiv"
>
<c-button
icon=
"el-icon-s-tools"
@
click=
"clounmSetting"
style=
""
></c-button
></div>
<el-table
ref=
"table"
:data=
"
...
...
@@ -33,23 +40,14 @@
</
template
>
</el-table-column>
<slot></slot>
<el-table-column
fixed=
"right"
width=
"48px"
v-if=
"showButtonFlg"
class-name=
"buttonColumn"
>
<
template
slot=
"header"
>
<c-col
style=
"text-align: left"
><c-button
icon=
"el-icon-s-tools"
@
click=
"clounmSetting"
style=
"padding:0 7px"
></c-button
></c-col>
</
template
>
</el-table-column>
</el-table>
<el-dialog
class=
"showColumnDialog"
:visible
.
sync=
"setColumnFlg"
:title=
"'自定义列属性'"
appenD-to-body
v-if=
"showButtonFlg"
>
<el-form-item
label-width=
"0"
>
<el-checkbox-group
v-model=
"columnGroup"
@
change=
"handleColumnChange"
>
...
...
@@ -364,8 +362,13 @@ export default {
.eContainer-table-block
.el-table
.cell
{
white-space
:
pre-wrap
;
}
.el-table.buttonColumn
th
>
.cell
{
padding-left
:
0
;
padding-right
:
0
;
.buttonDiv
{
text-align
:
left
;
display
:
inline-block
;
margin
:
0
;
position
:
absolute
;
z-index
:
999
;
right
:
5px
;
padding-top
:
3px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Bopsel/Selp.vue
View file @
b663b629
...
...
@@ -192,10 +192,10 @@
</
template
>
</c-list-search>
<c-row
style=
"margin-top:
20px; padding: 0 10px 0
10px"
>
<c-row
style=
"margin-top: 10px"
>
<c-col>
<c-button
size=
"small"
type=
"primary"
>
导出Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
>
应急导出
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
导出Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
应急导出
</c-button>
</c-col>
</c-row>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
b663b629
...
...
@@ -301,14 +301,8 @@
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"165px"
class-name=
"lastColumn"
>
<
template
slot=
"header"
>
<c-col
style=
"text-align: left"
><span>
操作
</span></c-col
>
<!--
<c-col
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
@
click=
"clounmSetting"
></c-button
></c-col>
-->
><span>
操作
</span>
</c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"onDetails(scope.$index,scope.row)"
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
b663b629
...
...
@@ -306,7 +306,7 @@
</c-col>
-->
<c-col
:span=
"24"
style=
"height:24px;margin-top:30px"
>
<el-form-item
label=
"
Signatures
"
class=
"messageLabel"
>
<el-form-item
label=
"
经办/复核
"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:0px;"
>
...
...
@@ -346,7 +346,7 @@
<!-- -------------------workflow------------------- -->
<c-col
:span=
"24"
style=
"height:24px;margin-top:30px"
>
<el-form-item
label=
"
Workflow
"
class=
"messageLabel"
>
<el-form-item
label=
"
工作流服务
"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:0px;"
>
...
...
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