ludc
2024-02-29 1536703a1961567f9e32446467c09afa4e48559b
Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,9 +1,10 @@
export default {
    height:'260',
    tip: false,
    editBtn: false,
    addBtn: false,
    searchShow: false,
    height:218,
    searchMenuSpan: 5,
    disablePage: false,
    border: true,
@@ -43,7 +44,14 @@
      {
        label: "码段类型",
        prop: "secTypeText",
      }
      },
      {
        label: "前缀",
        prop: "prefixCode",
      },
      {
        label: "后缀",
        prop: "suffixCode",
      },
    ]
}