| | |
| | | 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", |