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
e0333076
Commit
e0333076
authored
Dec 08, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development-202206' into 'development-202206'
act添加是字段只能选一个缺陷修改 See merge request
fukai/vue-gjjs!18
parents
4169818f
de91f5f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ActInfo.vue
src/views/Statics/Dbiact/ActInfo.vue
+2
-2
No files found.
src/views/Statics/Dbiact/ActInfo.vue
View file @
e0333076
...
...
@@ -12,12 +12,12 @@
</c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"model.serPtyExtkey=='' || model.serPtyExtkey==null"
disabled
>
<el-form-item
label=
"holPtyExtkey"
prop=
"holPtyExtkey"
>
<c-input
v-model=
"model.holPtyExtkey"
placeholder=
""
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"model.holPtyExtkey==''|| model.holPtyExtkey==null"
disabled
>
<el-form-item
label=
"serPtyExtkey"
prop=
"serPtyExtkey"
>
<c-input
v-model=
"model.serPtyExtkey"
placeholder=
""
>
</c-input>
</el-form-item>
...
...
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