大件运输联网系统前端代码
guoshilong
2022-12-19 6fd27418225f2d36fc206acdfe6c24fb33ae7590
src/const/evaluation/evaluation.js
@@ -20,24 +20,35 @@
      hide: true,
    },
    {
      label: "申请表主键",
      prop: "applicationId",
      label: "申请单号",
      prop: "no",
      type: "input",
      addDisplay: false,
      editDisplay: false,
    },
    {
      label: "评分",
      prop: "score",
      type: "input",
      type: "rate",
      colors: ['#99A9BF', '#F7BA2A', '#FF9900'],
    },
    {
      label: "评价",
      prop: "evaluation",
      type: "input",
      prop: "comment",
      span:24,
      type: "select",
      multiple:true,
      dicUrl: "/api/blade-system/dict-biz/dictionary?code=evaluation_comment",
      props:{
        label:"dictValue",
        value:"dictKey"
      },
    },
    {
      label: "建议与反馈",
      prop: "feedback",
      type: "input",
      span:24,
      type: "textarea",
    },
    {
      label: "租户id",