Sfoglia il codice sorgente

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

wangtong 1 anno fa
parent
commit
cf558fdde5

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

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

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

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