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
e4e65cc2
Commit
e4e65cc2
authored
3 years ago
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核标注高度、开立兑付方式
parent
c6ede4f6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
SearchInput.vue
src/components/SearchInput.vue
+2
-2
gj-common.min.js
src/components/gj-common.min.js
+0
-0
index.vue
src/views/Business/Ditopn/index.vue
+7
-1
No files found.
src/components/SearchInput.vue
View file @
e4e65cc2
...
...
@@ -258,7 +258,7 @@ export default {
position
:
relative
;
}
.search-wrapper
>>>
.el-input
{
/* z-index: 2001; */
z-index
:
101
;
}
.search-wrapper
>>>
.el-input
.el-input__inner
{
height
:
30px
;
...
...
@@ -273,7 +273,7 @@ export default {
border
:
2px
solid
#4e71f2
;
box-shadow
:
none
;
font-family
:
"Microsoft YaHei"
,
Arial
,
sans-serif
;
z-index
:
20
00
;
z-index
:
1
00
;
background
:
#fff
;
}
.search-sug
ul
{
...
...
This diff is collapsed.
Click to expand it.
src/components/gj-common.min.js
View file @
e4e65cc2
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/index.vue
View file @
e4e65cc2
...
...
@@ -191,7 +191,13 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
codes
:
{
...
CodeTable
,
avbby0
:
[
{
label
:
"即期付款"
,
value
:
"P"
},
{
label
:
"远期付款"
,
value
:
"D"
},
],
},
};
},
methods
:
{},
...
...
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