From 893fc457a2daeb0aa33a5a9d0b32eef7db238c1f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 23 十月 2023 21:58:07 +0800
Subject: [PATCH] bug修改
---
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue
index d184e5e..92a489b 100644
--- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue
+++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue
@@ -104,7 +104,7 @@
},
methods: {
handleSuccess(res, file, filelist) {
- const baseUrl = 'http://140.143.152.226:8410/';
+ const baseUrl = '';
if (this.arrive.situationPic.length < 4) {
this.arrive.situationPic.push(baseUrl + res.data.url1)
}
@@ -127,14 +127,14 @@
},
// 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧�
setPicUrl({ url }) {
- const baseUrl = 'http://140.143.152.226:8410/';
+ const baseUrl = '';
if (this.arrive.situationPic.length < 4) {
this.arrive.situationPic.push(baseUrl + url)
}
},
//鍒犻櫎鍥剧墖
delPicUrl({url}){
- const baseUrl = 'http://140.143.152.226:8410/';
+ const baseUrl = '';
this.arrive.situationPic.splice(this.arrive.situationPic.indexOf(baseUrl + url),1);
}
}
@@ -153,7 +153,7 @@
.upImg {
display: flex;
-
+ overflow: auto;
.tip {
position: absolute;
bottom: 0;
@@ -196,16 +196,16 @@
border-radius: 4px;
}
-::v-deep .el-textarea__inner {
- // background-color: #09152f;
- border: 1px solid #17324c;
-}
+// ::v-deep .el-textarea__inner {
+// // background-color: #09152f;
+// border: 1px solid #17324c;
+// }
-::v-deep .el-input__count {
- // background-color: #09152f;
-}
+// ::v-deep .el-input__count {
+// // background-color: #09152f;
+// }
-::v-deep .el-form-item__label {
- color: #4b9bb7;
-}
-</style>
\ No newline at end of file
+// ::v-deep .el-form-item__label {
+// color: #4b9bb7;
+// }
+</style>
--
Gitblit v1.8.0