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
5b7f1d33
Commit
5b7f1d33
authored
Sep 20, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitpop bug(861)
parent
5c3aeb14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
Ovwp.vue
src/views/Business/Gitpop/Ovwp.vue
+16
-2
No files found.
src/views/Business/Gitpop/Ovwp.vue
View file @
5b7f1d33
...
@@ -1453,13 +1453,13 @@
...
@@ -1453,13 +1453,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-col
:span=
"20"
>
<el-form-item
<el-form-item
v-show=
"model.gitp.swiftflg == 'Y'"
v-show=
"model.gitp.swiftflg == 'Y'
&&model.gitp.liatxtcmodflg == ''
"
label=
"Liability Condition"
label=
"Liability Condition"
prop=
"gidgrp.blk.liatxtc"
prop=
"gidgrp.blk.liatxtc"
>
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
:disabled=
"model.gitp.liatxtcmodflg == ''"
disabled
rows=
"4"
rows=
"4"
v-model=
"model.gidgrp.blk.liatxtc"
v-model=
"model.gidgrp.blk.liatxtc"
maxlength=
"780"
maxlength=
"780"
...
@@ -1467,6 +1467,20 @@
...
@@ -1467,6 +1467,20 @@
placeholder=
"请输入Liability Condition"
placeholder=
"请输入Liability Condition"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
<el-form-item
v-show=
"model.gitp.swiftflg == 'Y'&&model.gitp.liatxtcmodflg == 'X'"
label=
"Liability Condition"
prop=
"gidgrp.blk.atxliatxtc"
>
<c-input
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.blk.atxliatxtc"
maxlength=
"780"
show-word-limit
placeholder=
"请输入Liability Condition"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
>
<c-col
:span=
"4"
>
<c-checkbox
<c-checkbox
...
...
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