From 290b5d256cc5765a21030fc365a234662feef8a5 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Fri, 22 Dec 2023 11:28:11 +0800
Subject: [PATCH] 考核任务查看弹窗框修改
---
src/option/evaluate/evaluateTask.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/option/evaluate/evaluateTask.js b/src/option/evaluate/evaluateTask.js
index 73d49d9..3c1f268 100644
--- a/src/option/evaluate/evaluateTask.js
+++ b/src/option/evaluate/evaluateTask.js
@@ -18,6 +18,7 @@
selection: true,
dialogClickModal: false,
menuFixed: 'right',
+ labelWidth: '120',
column: [
{
label: "主键",
@@ -59,7 +60,7 @@
{
label: "候选人数量",
prop: "candidateNum",
- type: "input",
+ type: "textarea",
span: 24,
minWidth: '100px',
// prop: {
@@ -223,6 +224,7 @@
selection: true,
dialogClickModal: false,
menuFixed: 'right',
+ labelWidth: '120',
column: [
{
label: "主键",
@@ -264,9 +266,10 @@
{
label: "评定人数量",
prop: "candidateNum",
- type: "input",
+ type: "textarea",
span: 24,
minWidth: '100px',
+ slot: 'true',
formatter: (row, value) => {
let num = 0
if (value === void 0) {
--
Gitblit v1.9.3