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
82e6c9bd
Commit
82e6c9bd
authored
2 years ago
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决 索偿getcrq 码表没显示lable值,显示的是value
parent
d717ce2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+6
-2
No files found.
src/views/Business/Getcrq/Gitsetp1.vue
View file @
82e6c9bd
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
v-model=
"model.gidgrp.rec.gartyp"
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择保函种类"
placeholder=
"请选择保函种类"
:code=
"codes.typgar
2
"
:code=
"codes.typgar"
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -612,7 +612,11 @@ export default {
...
@@ -612,7 +612,11 @@ export default {
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{};
return
{
codes
:
{
...
CodeTable
,
},
};
},
},
computed
:
{
computed
:
{
flag
()
{
flag
()
{
...
...
This diff is collapsed.
Click to expand it.
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