ludc
2023-05-30 e9b405657b6117a8dcfcf8505cfd5d6eccd39cc8
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,
      }
    ]