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
006cc775
Commit
006cc775
authored
Feb 23, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决letamc 信用证类型码表没显示lable问题
parent
43f6e5fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Conp.vue
src/views/Business/Letamc/Conp.vue
+4
-2
No files found.
src/views/Business/Letamc/Conp.vue
View file @
006cc775
...
...
@@ -163,7 +163,7 @@
v-model=
"model.ledgrp.rec.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择类型"
:code=
"codes.lcrtyp
1
"
:code=
"codes.lcrtyp"
disabled
>
</c-select>
...
...
@@ -368,7 +368,9 @@ export default {
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{}
return
{
codes
:
{...
CodeTable
},
}
},
methods
:
{
...
Event
,
...
...
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