fujunling
2023-06-02 a61be6cd0d7e81dab7f55f791f36fe3f61a4c2bc
Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js
@@ -1,5 +1,4 @@
export default {
    with: '60%',
    calcHeight: 30,
    tip: false,
    editBtn: false,
@@ -12,6 +11,8 @@
    viewBtn: false,
    selection: true,
    menu: false,
    columnBtn: false,
    searchShowBtn: false, //   表格搜索显隐按钮
    dialogClickModal: false,
    highlightCurrentRow: true,
    column: [
@@ -31,12 +32,12 @@
      },
      {
        label: "属性长度",
        prop: "attrLength",
        prop: "attrlength",
        search: false,
      },
      {
        label: "属性类型",
        prop: "attributeDataTypeText",
        prop: "attributedatatypetext",
        search: false,
      }
    ]