whx 15 小时之前
父节点
当前提交
2fb35be217

文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/index.html


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/css/4350.ff7db7fb.css


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/3195.b424f8d1.js


文件差异内容过多而无法显示
+ 0 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/3612.fd445bb9.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/8407.a388d7be.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/5073.bd8cbc75.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/5576.371f3e68.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/6077.fa3f3498.js


文件差异内容过多而无法显示
+ 1 - 0
virgo.wzfrontend/src/main/resources/static/workark/static/js/788.39c1a5be.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/1231.663d1f89.js


文件差异内容过多而无法显示
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/workark/static/js/1966.bdaa6f75.js


文件差异内容过多而无法显示
+ 2 - 2
virgo.wzfrontend/src/main/resources/static/workark/static/js/app.41d3e28c.js


+ 1 - 1
virgo.wzfrontend/workark/src/components/work/organization/customerServe/edit.vue

@@ -96,7 +96,7 @@
 								id: this.form.id,
 								organizationId: this.form.organizationId
 							};
-							if (this.$refs.upload.fileList > 0) {
+							if (this.$refs.upload.fileList.length > 0) {
 								if (this.oldForm.avatarUrl !== this.$refs.upload.fileList[0].url) {
 									postData['avatarUrl'] = this.$refs.upload.fileList[0].url;
 								}

+ 5 - 5
virgo.wzfrontend/workark/src/components/work/system/serveSet/processSet.vue

@@ -380,17 +380,17 @@
 				}
 
 				&.waiting {
-					background: $--color-warning;
+					background: $--color-primary;
 					color: #fff;
 
 					&:after {
-						border-left-color: $--color-warning;
+						border-left-color: $--color-primary;
 					}
 
 					&:not(:first-child):before {
-						border-top-color: $--color-warning;
-						border-right-color: $--color-warning;
-						border-bottom-color: $--color-warning;
+						border-top-color: $--color-primary;
+						border-right-color: $--color-primary;
+						border-bottom-color: $--color-primary;
 					}
 				}