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
993eec7c
Commit
993eec7c
authored
Jan 17, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保证金Add弹框调整
parent
84ef3b00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
15 deletions
+29
-15
Ccvpan.vue
src/views/Public/Ccvpan.vue
+29
-15
No files found.
src/views/Public/Ccvpan.vue
View file @
993eec7c
...
...
@@ -191,32 +191,41 @@
Add
</c-button>
<!--
</c-col>
-->
<!--
<c-col
:span=
"2"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel"
>
Del
</c-button>
</c-col>
-->
<!--
</c-row>
-->
</c-col>
<!--
<c-col
:span=
"24"
><div
style=
"height: 10px"
></div></c-col>
-->
<template>
<el-dialog
:visible
.
sync=
"dialogTableVisible"
:close-on-click-modal=
"false"
:close-on-press-escape=
"false"
width=
"60%"
center
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100
"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"80"
fixed=
"right
"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)
"
@
click=
"pickDepItem(scope.$index,scope.row)"
<!--
<a
href=
"javascript:void(0)"
type=
"primary
"
@
click=
"pickDepItem(scope.$index,scope.row)"
>
选择
</a
>
-->
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"pickDepItem(scope.$index,scope.row)"
>
选择
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</el-dialog>
<!-- <c-col :span="2">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
Del
</c-button>
</c-col> -->
<!-- </c-row> -->
</c-col>
<!-- <c-col :span="24"><div style="height: 10px"></div></c-col> -->
</template>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-table
:border=
"true"
...
...
@@ -322,6 +331,7 @@
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Utils
from
"~/utils/index"
export
default
{
inject
:
[
"root"
],
...
...
@@ -358,7 +368,11 @@ export default {
//const that = this.root;
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
if
(
typeof
(
rtnmsg
.
data
.
vals
)
!=
"undefined"
){
this
.
stmData
.
data
=
rtnmsg
.
data
.
vals
.
rows
;
}
else
{
this
.
stmData
.
data
=
[];
}
this
.
dialogTableVisible
=
true
;
}
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