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
b3be8960
Commit
b3be8960
authored
Feb 13, 2023
by
lei wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dia经办用户查询条件逻辑添加
parent
5397b72d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
Infsea.vue
src/views/Statics/Infcod/Infsea.vue
+5
-5
Infsea.vue
src/views/Statics/Infdia/Infsea.vue
+0
-0
Infsea.vue
src/views/Statics/Infusr/Infsea.vue
+20
-1
No files found.
src/views/Statics/Infcod/Infsea.vue
View file @
b3be8960
...
...
@@ -145,11 +145,11 @@
return
{
codData
:
[],
codColumns
:
[
{
label
:
'交易编码'
,
prop
:
'cod'
,
width
:
'
200
'
},
{
label
:
'方向'
,
prop
:
'dir'
,
width
:
'
100
'
},
{
label
:
'类型'
,
prop
:
'typ'
,
width
:
'
100
'
},
{
label
:
'名称'
,
prop
:
'txt'
,
width
:
'
200
'
},
{
label
:
'状态'
,
prop
:
'sta'
,
width
:
'
100
'
}
{
label
:
'交易编码'
,
prop
:
'cod'
,
width
:
'
auto
'
},
{
label
:
'方向'
,
prop
:
'dir'
,
width
:
'
auto
'
},
{
label
:
'类型'
,
prop
:
'typ'
,
width
:
'
auto
'
},
{
label
:
'名称'
,
prop
:
'txt'
,
width
:
'
auto
'
},
{
label
:
'状态'
,
prop
:
'sta'
,
width
:
'
auto
'
}
],
};
},
...
...
src/views/Statics/Infdia/Infsea.vue
View file @
b3be8960
This diff is collapsed.
Click to expand it.
src/views/Statics/Infusr/Infsea.vue
View file @
b3be8960
...
...
@@ -50,7 +50,7 @@
v-on:queryFunc=
"queryFunc"
:border=
"true"
>
<c-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"
24
0px"
>
<c-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"
32
0px"
>
<template
slot-scope=
"
{ scope }">
<c-button
style=
"margin-left: 0"
...
...
@@ -71,6 +71,7 @@
@
click=
"usrDelete(scope.$index, scope.row)"
>
删除
</c-button
>
<c-button
id=
"useButton"
size=
"small"
style=
"margin-left: 5px"
:disabled=
"useButtonVisible"
@
click=
"use(scope.row)"
>
使用
</c-button>
<!--
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
-->
<!--
<ul
class=
"table-button-item-list"
>
-->
<!--
<li>
-->
...
...
@@ -135,6 +136,7 @@ export default {
// { label: 'ubrList', prop: 'ubrList', width: 'auto' },
// { label: 'uclList', prop: 'uclList', width: 'auto' },
],
useButtonVisible
:
true
};
},
// activated:已进入页面便可触发
...
...
@@ -144,7 +146,24 @@ export default {
this
.
onInfusrSearch
()
}
},
created
()
{
const
{
from
}
=
this
.
$route
.
params
if
(
from
!=
undefined
&&
from
!=
null
)
{
this
.
useButtonVisible
=
false
}
},
methods
:
{
use
(
row
)
{
const
extkey
=
row
.
extkey
const
{
from
}
=
this
.
$route
.
params
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
)
this
.
$router
.
push
({
name
:
from
,
params
:
{
extkey
:
extkey
}
})
},
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
...
...
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