Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
b4cf66eb
Commit
b4cf66eb
authored
Oct 29, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qrtmgs 交易修改
parent
47fecbc3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
22 deletions
+28
-22
index.js
src/page/Frontend/Qrtmgs/event/index.js
+6
-0
Wtdselp.vue
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
+21
-21
index.vue
src/page/Frontend/Qrtmgs/views/index.vue
+1
-1
No files found.
src/page/Frontend/Qrtmgs/event/index.js
View file @
b4cf66eb
...
@@ -128,5 +128,11 @@ export default {
...
@@ -128,5 +128,11 @@ export default {
query
:
{
wtdinr
:
row
.
inr
,
msginr
:
row
.
msginr
}
query
:
{
wtdinr
:
row
.
inr
,
msginr
:
row
.
msginr
}
});
});
},
},
showMessage
()
{
},
updateAck
()
{
}
},
},
};
};
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
View file @
b4cf66eb
...
@@ -111,22 +111,6 @@
...
@@ -111,22 +111,6 @@
<c-input
v-model=
"model.qrtp.uetr"
maxlength=
"40"
></c-input>
<c-input
v-model=
"model.qrtp.uetr"
maxlength=
"40"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<template
slot-scope=
"scope"
>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"showMessage(scope.row)"
>
预览
</c-button>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"updateAck(scope.row)"
>
更新
</c-button>
</
template
>
</el-table-column>
</el-row>
</el-row>
</
template
>
</
template
>
</c-list-search>
</c-list-search>
...
@@ -174,10 +158,10 @@
...
@@ -174,10 +158,10 @@
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-button
<c-button
style=
"margin-right: 5px"
style=
"margin-right: 5px"
size=
"small"
size=
"small"
type=
"primary
"
type=
"text
"
@
click=
"toQrtmgd(scope.row)"
@
click=
"toQrtmgd(scope.row)"
>
处理
</c-button>
>
处理
</c-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -206,11 +190,27 @@
...
@@ -206,11 +190,27 @@
>
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
<el-table-column
v-for=
"(item, key) in stmData.columns"
v-for=
"(item, key) in stmData
1
.columns"
:key=
"key"
:label=
"item.label"
:key=
"key"
:label=
"item.label"
:prop=
"item.prop"
:prop=
"item.prop"
:min-width=
"item.width"
:min-width=
"item.width"
></el-table-column>
></el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"showMessage(scope.row)"
>
预览
</c-button>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"updateAck(scope.row)"
>
更新
</c-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<el-pagination
<el-pagination
...
...
src/page/Frontend/Qrtmgs/views/index.vue
View file @
b4cf66eb
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer
-search
"
>
<el-form
:model=
"model"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
<c-content>
<c-content>
...
...
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