From f2e4a9d500d2ae2a0ca0fe9ff8cb050c90ccaa2e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Jan 2024 18:02:00 +0800
Subject: [PATCH] 所有图片字段需要调整
---
src/views/task/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/task/index.vue b/src/views/task/index.vue
index 7468f10..a31be2e 100644
--- a/src/views/task/index.vue
+++ b/src/views/task/index.vue
@@ -112,9 +112,9 @@
labelWidth: 110,
},
{
+ width: 110,
label: "图片",
prop: "imageUrls",
- width: 80,
type: "upload",
listType: "picture-card",
dataType: "string",
--
Gitblit v1.9.3