审核配置

{
  "table": {
    "columns": {
      //#region 审核日志记录列表
      "opinion": {
        "attrs": {
          // 隐藏列
          "hidden": "none"
        }
      },
      "auditStatus": {
        "attrs": {
          "log-field": "log",
          "log-mkey": "bt-product-lib-audit",
          "log-params": "proLibId",
          "log-params-second": null
        }
        //#region 审核自定义配置
        //"meta": {
        //  "options": [
        //    {
        //      "value": 0,
        //      "type": "audit",
        //      "name": "待审核"
        //    }
        //  ]
        //}
        //#endregion 审核自定义配置
      }
      //#endregion 审核日志记录列表,
    }
  },
  "form": {
    "columns": {
      //#region 审核日志记录列表
      "auditStatus": {
        "meta": {
          "rowId": "3",
          "tabId": "3"
        },
        "attrs": {
          "log-field": "log",
          "log-mkey": "bt-product-lib-audit",
          "log-params": "proLibId",
          "log-params-second": null
        }
      },
      "opinion": {
        "attrs": {
          // 隐藏列
          "hidden": "none"
        },
        "meta": {
          "rowId": "3",
          "tabId": "3"
        }
      },
      "auditDate": {

        "meta": {
          "rowId": "3",
          "tabId": "3"
        }
      },
      "auditUserId": {
        "meta": {
          "rowId": "3",
          "tabId": "3"
        }
      }
      //#endregion 审核日志记录列表,
    }
  },
  "search": {
    "columns": {
      "auditStatus": {
        "sortId": 9999,
        "alias": "audit_status",
        "field": "auditStatus",
        "events": {},
        "attrs": {
          "label": "审核状态",
          "maxlength": 10,
          "clearable": true,
          //自定义组件
          "component-type": "custom",
          "lazy-renger": true,
          "multiple": false
        },
        "attrsInt": {},
        "meta": {
          //显示应用  mobile  pc   ipad   不设置表示全部显示
          //"showApp": "",
          "fromValue": true,
          "dimSessionKey": "dim-bt-product-lib",
          "dimLocalKey": "dim-bt-product-lib",
          "dimMkey": "bt-product-lib",
          "dimResField": "basis",
          "dimColumnField": "auditStatus",
          //数据类型不一致导致问题设置  int 或 string
          "dimDataType": "int",
          "dimRemote": true,
          "dimUrl": null,
          "prop": "auditStatus",
          "rowId": 1,
          "type": "basis",
          "span": 12,
          "auth": true,
          "component": "bs-select"
        }
      }
      //"auditStatus": {
      //  "attrs": {
      //    "label": "审核状态",
      //    // 通过文本描述方式直接筛选
      //    "placeholder": "审核状态:0、待审核;1、已通过;2、已打回;3、已关闭;9、草稿箱"
      //  }
      //}
    }
  }
}
文档更新时间: 2022-08-21 10:59   作者:admin