Commit e4e65cc2 by 潘际乾

复核标注高度、开立兑付方式

parent c6ede4f6
......@@ -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: 2000;
z-index: 100;
background: #fff;
}
.search-sug ul {
......
......@@ -191,7 +191,13 @@ export default {
defaultRules: Default,
pattern: Pattern,
rules: null,
codes: { ...CodeTable },
codes: {
...CodeTable,
avbby0: [
{ label: "即期付款", value: "P" },
{ label: "远期付款", value: "D" },
],
},
};
},
methods: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment