From f968d5186839c68e51029443208ca537b1fe8868 Mon Sep 17 00:00:00 2001
From: asd <374367073@qq.com>
Date: Fri, 8 May 2020 01:04:18 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=89=E5=8F=B7=20=E5=8A=A0=20=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E8=BE=B9=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/excutes/Post_pro.vue | 2 +-
src/views/project/Schedule.vue | 62 ++++++++++++++++++++++++++++------
2 files changed, 53 insertions(+), 11 deletions(-)
diff --git a/src/views/excutes/Post_pro.vue b/src/views/excutes/Post_pro.vue
index de53fa1..5e00dc8 100644
--- a/src/views/excutes/Post_pro.vue
+++ b/src/views/excutes/Post_pro.vue
@@ -2680,7 +2680,7 @@ export default {
method: "post",
url: "v1/test/end-sub",
data: {
- subStatus: 1000,
+ subStatus: 1,
// project_id: 83,
project_id: this.id,
explain: this.fileurl,
diff --git a/src/views/project/Schedule.vue b/src/views/project/Schedule.vue
index 57c97f4..e326adf 100644
--- a/src/views/project/Schedule.vue
+++ b/src/views/project/Schedule.vue
@@ -1803,16 +1803,25 @@
预览
+
×
预览
+ ×
上传文件
@@ -3565,6 +3585,13 @@ export default {
} 个文件,共选择了 ${files.length + fileList.length} 个文件`
);
},
+ handleExceed1(files, fileList) {
+ this.$message.warning(
+ `当前限制选择 1 个文件,本次选择了 ${
+ files.length
+ } 个文件,共选择了 ${files.length + fileList.length} 个文件`
+ );
+ },
beforeRemove1(file, fileList) {
// this.$$confirm(`确定移除 ${file.name} ?`)
// this.$message.warning("信息查看能删除");
@@ -4152,6 +4179,16 @@ export default {
// this.imageUrl4 = "../static/img/pdf.jpg";
// }
// }
+ },
+ delfileLists1(){
+ this.fileLists1 = []
+ this.dianziurl = ""
+ this.$refs.dianzi.clearFiles()
+ },
+ delfileLists2(){
+ this.fileLists2 = []
+ this.xinweiurl = ""
+ this.$refs.xinwen.clearFiles()
}
},
created() {
@@ -4220,7 +4257,7 @@ export default {
.wrapper /deep/ .el-upload-list__item {
// display: none !important;
// right: 36px;
- width: 575px;
+ width: 440px;
// background-color:red;
position: relative;
right: 190px;
@@ -4250,6 +4287,8 @@ export default {
.wrapper /deep/ th {
height: 64px !important;
line-height: 64px !important;
+ font-size: 19px !important;
+ color: #fff !important;
}
.wrapper /deep/ table td {
height: 53px;
@@ -4882,7 +4921,7 @@ export default {
height: 258px;
overflow-y: auto;
td {
- border: none !important;
+ border: 1px solid #eee !important;
}
}
.on {
@@ -5632,4 +5671,7 @@ select {
margin-right: 35px;
white-space: nowrap;
}
+/deep/ .el-dialog__header{
+ background:linear-gradient(69deg,#cc263f,#f42b47 100%,#ed162d 0,#e60012 0),linear-gradient(#e60012,#e60012) !important;
+}