diff --git a/src/views/Scoresituation/index.vue b/src/views/Scoresituation/index.vue index 5d26a76..ed248f1 100644 --- a/src/views/Scoresituation/index.vue +++ b/src/views/Scoresituation/index.vue @@ -29,7 +29,17 @@ export default { data() { return { - initData: {}, + initData: { + frequency: "", + Kilometers: "", + surface: "", + Sheet: "", + rePart: "", + engine: "", + maintain: "", + total: "", + }, + accident: "", state: "", numerical: "", }; @@ -56,7 +66,7 @@ export default { }, }, created() { - this.initData = this.getScoreData; + // this.initData = this.getScoreData; console.log(this.initData); }, }; diff --git a/src/views/Vehicleevaluation/index.vue b/src/views/Vehicleevaluation/index.vue index c23185a..7f1274b 100644 --- a/src/views/Vehicleevaluation/index.vue +++ b/src/views/Vehicleevaluation/index.vue @@ -414,7 +414,6 @@ export default { .app-xt { width: 45%; padding: 10px 50px; - background-color: rgb(236, 247, 243); margin: 0 auto; } .orangeBtn {