Commit 64c51ceb by huangxin

下拉框选项

parent f79c99d1
...@@ -7245,6 +7245,14 @@ const CodeTable = { ...@@ -7245,6 +7245,14 @@ const CodeTable = {
gitamecho:[ gitamecho:[
{ label: "无特殊规定", value: "无特殊规定" }, { label: "无特殊规定", value: "无特殊规定" },
{ label: "有特殊规定,条件为:", value: "有特殊规定,条件为:" }, { label: "有特殊规定,条件为:", value: "有特殊规定,条件为:" },
],
getprt:[
{ label: "Here", value: "DEF" },
{ label: "User", value: "USR" },
{ label: "User Group", value: "USG" },
{ label: "Entity", value: "ETY" },
{ label: "<not specified>", value: "" },
] ]
} }
export default CodeTable; export default CodeTable;
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