xiejun
2025-01-23 9ac3bd680a350c1cc4baad082d92cd2c5f158f3e
Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js
@@ -1,5 +1,5 @@
export default {
    height: '41vh',
    height: '45vh',
    calcHeight: 30,
    tip: false,
    editBtn: false,
@@ -16,6 +16,7 @@
    searchShowBtn: false, //   表格搜索显隐按钮
    dialogClickModal: false,
    highlightCurrentRow: true,
    rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
    column: [
      {
        label: "属性英文名称",
@@ -42,4 +43,4 @@
        search: false,
      }
    ]
}
}