Browse Source

在途量添加图标

pull/182/head
xuxiaoming 3 years ago
parent
commit
35b14ee05c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/productionPlanning/emergencyOrder/index.vue

+ 1
- 1
src/views/productionPlanning/emergencyOrder/index.vue View File

@ -79,7 +79,7 @@
<span v-else-if="scope.row[item] == '预测需求' || scope.row[item] == '订单需求' || scope.row[item] == '独立需求'">{{ scope.row[item] }} <span v-else-if="scope.row[item] == '预测需求' || scope.row[item] == '订单需求' || scope.row[item] == '独立需求'">{{ scope.row[item] }}
<div class="add_icon"></div> <div class="add_icon"></div>
</span> </span>
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' ">{{ scope.row[item] }}
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' || scope.row[item] == '在途量' ">{{ scope.row[item] }}
<div class="subtract_icon"></div> <div class="subtract_icon"></div>
</span> </span>
<span v-else>{{ scope.row[item] }}</span> <span v-else>{{ scope.row[item] }}</span>


Loading…
Cancel
Save