From 6fd27418225f2d36fc206acdfe6c24fb33ae7590 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 19 Dec 2022 17:26:50 +0800
Subject: [PATCH] 添加申请用户任务完成流程
---
src/const/evaluation/evaluation.js | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/src/const/evaluation/evaluation.js b/src/const/evaluation/evaluation.js
index 1b19c40..2fa867c 100644
--- a/src/const/evaluation/evaluation.js
+++ b/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",
--
Gitblit v1.9.3