Browse Source

Merge pull request '恢复主计划当数据为空时显示' (#92) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/92
pull/94/head
xuxiaoming 3 years ago
parent
commit
0dc781eafb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue View File

@ -102,7 +102,7 @@
:disabled="item.charAt(item.length - 1) == '*'"
size="mini"
></el-input>
<span v-else>{{ scope.row[item]==""?0:scope.row[item] }}</span>
<span v-else>{{ scope.row[item] }}</span>
</template>
</el-table-column>


Loading…
Cancel
Save