snow 1 년 전
부모
커밋
fe39a53d66
5개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. BIN
      dist/static/js/app.036597ee.js.gz
  3. 0 0
      dist/static/js/app.226d0de1.js
  4. BIN
      dist/static/js/app.226d0de1.js.gz
  5. 4 6
      src/components/newReport/src/notDeliverGood.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


BIN
dist/static/js/app.036597ee.js.gz


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.226d0de1.js


BIN
dist/static/js/app.226d0de1.js.gz


+ 4 - 6
src/components/newReport/src/notDeliverGood.vue

@@ -188,16 +188,16 @@ export default {
               result: this.months.reduce((pre,month) => {
               result: this.months.reduce((pre,month) => {
                return {
                return {
                 ...pre,
                 ...pre,
+                status:current.result.status ? current.result.status : '--',
                 [month]:{
                 [month]:{
-                  '1': current.result[month] && current.result[month]['1'] ? current.result[month]['1'] : {num: 0 ,send_status : null},
-                  '2': current.result[month] && current.result[month]['2'] ? current.result[month]['2'] : {num: 0, send_status : null },
+                  '1': current.result[month] && current.result[month]['1'] ? { ... current.result[month]['1']} : {num: 0 ,send_status : null},
+                  '2': current.result[month] && current.result[month]['2'] ? {...current.result[month]['2']} : {num: 0, send_status : null },
                 }
                 }
               }
               }
               },{})
               },{})
             }]
             }]
         },[])
         },[])
 
 
-        console.log(this.tableData)
 
 
         const totalItemDefault = this.months.reduce((prev,month) => ({
         const totalItemDefault = this.months.reduce((prev,month) => ({
           ...prev,
           ...prev,
@@ -233,10 +233,8 @@ export default {
           }
           }
         }),{})
         }),{})
 
 
-
+        console.log(this.tableData)
         noAddr.result.status = "--"
         noAddr.result.status = "--"
-
-        console.log(noAddr)
         this.tableData.push(noAddr)
         this.tableData.push(noAddr)
       } else {
       } else {
         this.tableData = [];
         this.tableData = [];

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.