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
01b25aed
Commit
01b25aed
authored
Jul 29, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#233
parent
999cd51b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
IStreamTable.vue
src/components/IStreamTable.vue
+1
-0
Event.js
src/model/Infdid/Event.js
+1
-2
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+5
-5
No files found.
src/components/IStreamTable.vue
View file @
01b25aed
...
...
@@ -34,6 +34,7 @@
:prop=
"item.prop"
:label=
"item.label"
:width=
"item.width"
sortable
>
<template
v-slot=
"
{ scope }">
<!--
<template
slot-scope=
"
{ scope }"> -->
...
...
src/model/Infdid/Event.js
View file @
01b25aed
...
...
@@ -173,8 +173,7 @@ export default {
}
},
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
;
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
...
...
src/views/Business/Infdid/Infsea.vue
View file @
01b25aed
...
...
@@ -30,7 +30,7 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"Opening
between
"
label=
"Opening"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
...
...
@@ -39,7 +39,7 @@
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening
between
"
placeholder=
"请选择Opening"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
...
...
@@ -194,7 +194,7 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount
between
"
label=
"Amount"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
...
...
@@ -202,7 +202,7 @@
<c-input
v-model=
"model.infcon.seaamtfr"
style=
"width: 100%"
placeholder=
"请输入Amount
between
"
placeholder=
"请输入Amount"
>
</c-input>
</c-col>
...
...
@@ -676,7 +676,7 @@ export default {
},
toDitopn
(){
this
.
$router
.
history
.
push
(
"/business/ditopn"
)
}
}
,
},
created
:
function
()
{},
};
...
...
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