xiejun
2023-11-22 47482f386cefd756e1d1a745a5b13949fd709c77
Source/UBCS-WEB/src/const/code/codeSynonym.js
@@ -1,14 +1,18 @@
export default {
  height:'auto',
  calcHeight: 30,
  calcHeight: 20,
  tip: false,
  searchShow: true,
  columnBtn:false,
  searchMenuSpan: 6,
  searchLabelWidth:120,
  border: true,
  index: true,
  viewBtn: true,
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true, //行选中时高亮
  rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
  column: [
    {
      label: "",
@@ -209,6 +213,7 @@
      label: "所属行业名称",
      prop: "name",
      type: "input",
      labelWidth:110,
      search: true,
    },
    {