From 0b803f46bffb4b59b5618c49eb81f1c16db672cf Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期日, 12 十一月 2023 10:09:46 +0800 Subject: [PATCH] 油烟统计 --- src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue index ec6536c..8d828fd 100644 --- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue +++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue @@ -262,25 +262,25 @@ props: ['caseId', 'closeDialog','mycode', 'writ', 'illegalType'], methods: { handleSuccess1(res, file, filelist) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.writPic.length < 4) { this.book.writPic.push(baseUrl + res.data.url1) } }, handleSuccess2(res, file, filelist) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.originalPic.length < 4) { this.book.originalPic.push(baseUrl + res.data.url1) } }, handleSuccess3(res, file, filelist) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.rectifiedPic.length < 4) { this.book.rectifiedPic.push(baseUrl + res.data.url1) } }, handleSuccess4(res, file, filelist) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.otherPic.length < 4) { this.book.otherPic.push(baseUrl + res.data.url1) } @@ -295,52 +295,52 @@ // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧� writPic({ url }) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.originalPic.length < 4) { this.book.writPic.push(baseUrl + url) } }, //鍒犻櫎鍥剧墖 delWritPic({url}){ - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; this.book.writPic.splice(this.book.writPic.indexOf(baseUrl + url),1); }, // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧� otherPic({ url }) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.otherPic.length < 4) { this.book.otherPic.push(baseUrl + url) } }, //鍒犻櫎鍥剧墖 delOtherPic({url}){ - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; this.book.otherPic.splice(this.book.otherPic.indexOf(baseUrl + url),1); }, // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧� rectifiedPic({ url }) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.otherPic.length < 4) { this.book.rectifiedPic.push(baseUrl + url) } }, //鍒犻櫎鍥剧墖 delRectifiedPic({url}){ - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; this.book.rectifiedPic.splice(this.book.rectifiedPic.indexOf(baseUrl + url),1); }, // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧� originalPic({ url }) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.book.otherPic.length < 4) { this.book.originalPic.push(baseUrl + url) } }, //鍒犻櫎鍥剧墖 delOriginalPic({url}){ - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; this.book.originalPic.splice(this.book.originalPic.indexOf(baseUrl + url),1); }, @@ -440,16 +440,16 @@ } } -::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; -} +// ::v-deep .el-form-item__label { +// color: #4b9bb7; +// } </style> \ No newline at end of file -- Gitblit v1.8.0