From ff780cd42f337d62fceb1cb9a908e0849f3ec2c2 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 06 Jan 2024 15:44:20 +0800
Subject: [PATCH] ureport 端口修改
---
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