From a7689afd3cd1fe4bbbd907e9aa2931a940ae8e5b Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 05 Jan 2024 18:15:18 +0800
Subject: [PATCH] bug 修复
---
src/views/task/reportForRepairs.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/task/reportForRepairs.vue b/src/views/task/reportForRepairs.vue
index 1ca0cf4..f7c61bb 100644
--- a/src/views/task/reportForRepairs.vue
+++ b/src/views/task/reportForRepairs.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-12-14 17:10:00
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-01-05 15:46:34
+ * @LastEditTime: 2024-01-05 18:00:15
* @FilePath: \jczz_web\src\views\task\reportForRepairs.vue
* @Description:
*
@@ -225,7 +225,7 @@
},
{
- width: 160,
+ width: 110,
label: "图片",
prop: "imageUrls",
type: "upload",
@@ -329,10 +329,10 @@
},
{
+ width: 110,
fileType: 'img',
label: "图片",
prop: "imageList",
- width: 80,
type: "upload",
listType: "picture-card",
dataType: "string",
--
Gitblit v1.9.3