Преглед на файлове

审核添加删除施工信息功能

wangtong преди 1 година
родител
ревизия
cf558fdde5
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 0
      src/components/ConstructionDetails/index.vue
  2. 2 2
      src/views/zdsz/enginee/material/material_statistics/index.vue

+ 1 - 0
src/components/ConstructionDetails/index.vue

@@ -641,6 +641,7 @@ export default {
             this.checkingInfo.delInfoIdList=this.delinfoidList
             this.checkingInfo.infoIdList= this.infoIdList
             this.$emit('checkWorking',this.checkingInfo)
+            this.checkList=[]
           } catch (error) {
             this.checkingInfo.engInfoId = null
           }

+ 2 - 2
src/views/zdsz/enginee/material/material_statistics/index.vue

@@ -365,12 +365,12 @@ export default {
           let seriesData = [];
           for (let item in res.data) {
             seriesData.push({
-              name: res.data[item].realityQuality+'-'+res.data[item].realitySpecifications,
+              name: res.data[item].realityQuality+'\n'+res.data[item].realitySpecifications,
               type: 'bar',
               stack: res.data[item].realityQuality,
               label:{
                 show:true,
-                formatter:'{a} {c}米'
+                formatter:'{a}\n{c}米'
               },
               data: [res.data[item].realitySize]
             },);