From 0ee82baedf5e7611b978040f7285ddfbc436bc34 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Thu, 04 Jan 2024 11:25:24 +0800
Subject: [PATCH] 评优任务页面修改

---
 src/option/evaluate/evaluateTask.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/option/evaluate/evaluateTask.js b/src/option/evaluate/evaluateTask.js
index d94ac22..a407a7d 100644
--- a/src/option/evaluate/evaluateTask.js
+++ b/src/option/evaluate/evaluateTask.js
@@ -68,7 +68,7 @@
       //   label: "title",
       // },
       formatter: (row, value) => {
-       return 0
+       return value
       },
     },
     {
@@ -98,10 +98,11 @@
       minWidth: '100px'
     },
     {
-      label: "第一轮结束时间",
+      label: "第一轮时间",
       prop: "candidateCutoffTimeEnd",
       type: "input",
-      minWidth: '170px'
+      minWidth: '170px',
+      isSlot: true
     },
     {
       label: "评优数量",
@@ -125,7 +126,8 @@
       label: "第二轮结束时间",
       prop: "evaluateCutoffTimeEnd",
       type: "input",
-      minWidth: '170px'
+      minWidth: '170px',
+      isSlot: true
     },
     {
       label: "创建人",

--
Gitblit v1.9.3