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
0e7839d3
Commit
0e7839d3
authored
Mar 01, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
码表显示问题
parent
16c8916f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
Rog.vue
src/views/Business/Brtame/Rog.vue
+3
-2
Gitsetp1.vue
src/views/Business/Gctadd/Gitsetp1.vue
+2
-1
Gitsetp1.vue
src/views/Business/Gctcan/Gitsetp1.vue
+4
-2
No files found.
src/views/Business/Brtame/Rog.vue
View file @
0e7839d3
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<c-button
<c-button
style=
"
style=
"
margin: 0 0 0 10px;
margin: 0 0 0 10px;
padding: 0 12px;
padding: 0 12px
;
"
"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
...
@@ -234,7 +234,7 @@
...
@@ -234,7 +234,7 @@
v-model=
"model.lidgrp.rec.lcrtyp"
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
""
placeholder=
""
:code=
"codes.lcrtyp
1
"
:code=
"codes.lcrtyp"
disabled
disabled
>
>
</c-select>
</c-select>
...
@@ -387,6 +387,7 @@ export default {
...
@@ -387,6 +387,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
flag
:
true
,
flag
:
true
,
codes
:
{...
CodeTable
},
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
...
...
src/views/Business/Gctadd/Gitsetp1.vue
View file @
0e7839d3
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,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>
...
@@ -366,6 +366,7 @@ export default {
...
@@ -366,6 +366,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
typ1
:
true
,
typ1
:
true
,
codes
:
{...
CodeTable
},
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
...
...
src/views/Business/Gctcan/Gitsetp1.vue
View file @
0e7839d3
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,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>
...
@@ -349,7 +349,9 @@ export default {
...
@@ -349,7 +349,9 @@ export default {
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{};
return
{
codes
:
{...
CodeTable
},
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{},
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