From 42dfeb9667d4f367f1bd8cc1e01e00f3173c8418 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Thu, 04 Jan 2024 17:33:42 +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