|
@@ -118,8 +118,8 @@ export default {
|
|
CodeReview1: { color: 'red' },
|
|
CodeReview1: { color: 'red' },
|
|
safeStatus1: { color: 'green' },
|
|
safeStatus1: { color: 'green' },
|
|
form: {},
|
|
form: {},
|
|
- dependentCom: '',
|
|
|
|
- config: '',
|
|
|
|
|
|
+ dependentCom: '否',
|
|
|
|
+ config: '否',
|
|
showDelay: false,
|
|
showDelay: false,
|
|
showDelay1: false,
|
|
showDelay1: false,
|
|
showDelay2: false,
|
|
showDelay2: false,
|
|
@@ -143,7 +143,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
idGet() {
|
|
idGet() {
|
|
this.fromCreateData = this.message
|
|
this.fromCreateData = this.message
|
|
- console.log(this.message, 'xsxasxasxasx')
|
|
|
|
|
|
+
|
|
if (this.fromCreateData.type === 2) {
|
|
if (this.fromCreateData.type === 2) {
|
|
this.towShow = false
|
|
this.towShow = false
|
|
this.oneShow = true
|
|
this.oneShow = true
|
|
@@ -163,6 +163,7 @@ export default {
|
|
this.safeStatus = '否'
|
|
this.safeStatus = '否'
|
|
this.safeStatus1.color = 'green'
|
|
this.safeStatus1.color = 'green'
|
|
}
|
|
}
|
|
|
|
+
|
|
if (this.fromCreateData.lateReason !== '' && this.fromCreateData.lateReason !== null) {
|
|
if (this.fromCreateData.lateReason !== '' && this.fromCreateData.lateReason !== null) {
|
|
this.showDelay = true
|
|
this.showDelay = true
|
|
this.lateStatus = '是'
|
|
this.lateStatus = '是'
|
|
@@ -171,14 +172,6 @@ export default {
|
|
this.lateStatus = '否'
|
|
this.lateStatus = '否'
|
|
this.lateStatus1.color = 'green'
|
|
this.lateStatus1.color = 'green'
|
|
}
|
|
}
|
|
- if (this.fromCreateData.crBy !== '' && this.fromDev.crBy !== null) { // CodeReview
|
|
|
|
- this.showCodeReview = true
|
|
|
|
- this.CodeReview = '是'
|
|
|
|
- this.CodeReview1.color = 'green'
|
|
|
|
- } else {
|
|
|
|
- this.showCodeReview = false
|
|
|
|
- this.CodeReview = '否'
|
|
|
|
- }
|
|
|
|
if (this.fromCreateData.configInfo !== '') {
|
|
if (this.fromCreateData.configInfo !== '') {
|
|
this.showDelay1 = true
|
|
this.showDelay1 = true
|
|
this.config = '是'
|
|
this.config = '是'
|
|
@@ -195,7 +188,16 @@ export default {
|
|
this.dependentCom = '否'
|
|
this.dependentCom = '否'
|
|
this.dependentComponents1.color = 'red'
|
|
this.dependentComponents1.color = 'red'
|
|
}
|
|
}
|
|
|
|
+ if (this.fromCreateData.crBy !== '' && this.fromCreateData.crBy !== null) { // CodeReview
|
|
|
|
+ this.showCodeReview = true
|
|
|
|
+ this.CodeReview = '是'
|
|
|
|
+ this.CodeReview1.color = 'green'
|
|
|
|
+ } else {
|
|
|
|
+ this.showCodeReview = false
|
|
|
|
+ this.CodeReview = '否'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|