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
ddd6cab5
Commit
ddd6cab5
authored
Nov 25, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diasel页面优化
parent
27c3615d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
7 deletions
+31
-7
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+31
-7
No files found.
src/views/Business/Diasel/Diaselp.vue
View file @
ddd6cab5
...
...
@@ -109,13 +109,9 @@
v-model=
"model.usfmod.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
style=
"width:70%"
style=
"width:
70%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary;width:10%"
>
i
</c-button>
</el-form-item>
<el-form-item
v-if=
"model.usfmod.flt == '
<SELB>
'"
...
...
@@ -137,6 +133,33 @@
</
template
>
</c-list-search>
<div
style=
"margin-top: 20px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdet"
disabled=
"disabled"
>
Display
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdia"
disabled=
"disabled"
>
Modify
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdel"
disabled=
"disabled"
>
Delete
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButprt"
disabled=
"disabled"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
@
click=
"onButconsel"
>
Selection
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButconcal"
disabled=
"disabled"
>
Process
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
>
导Excel
</c-button>
</div>
<el-row>
<c-istream-table
:list=
"stmData.data"
...
...
@@ -349,7 +372,8 @@ export default {
getSelectedData
()
{
return
this
.
multipleSelection
.
map
((
idx
)
=>
this
.
stmData
.
data
[
idx
]);
},
...
Event
},
...
Event
,
},
created
:
function
()
{},
};
</
script
>
...
...
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