From 7fb7367930e6961ec515726559b1c2f59cd62b68 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 06 Jan 2024 22:11:44 +0800
Subject: [PATCH] ureport 地址修改
---
src/views/task/reportForRepairs.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/task/reportForRepairs.vue b/src/views/task/reportForRepairs.vue
index 1ca0cf4..bfe4493 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-06 15:01:25
* @FilePath: \jczz_web\src\views\task\reportForRepairs.vue
* @Description:
*
@@ -225,7 +225,7 @@
},
{
- width: 160,
+ width: 110,
label: "图片",
prop: "imageUrls",
type: "upload",
@@ -246,7 +246,7 @@
overHidden: true
},
{
- width: 120,
+ width: 100,
addDisplay: false,
editDisplay: false,
slot: true,
@@ -329,10 +329,10 @@
},
{
+ width: 110,
fileType: 'img',
label: "图片",
prop: "imageList",
- width: 80,
type: "upload",
listType: "picture-card",
dataType: "string",
--
Gitblit v1.9.3