2.修正看板月度计划情况数据显示问题
@ -159,6 +159,7 @@ export default {
res.data.xq=res.data.xq?parseInt(res.data.xq).toFixed(0):'0'
this.xqzlSum=res.data.xq
this.rowObj = res.data;
this.TableBar(dataX, dataXqzlY, dataJhzlY);
this.$nextTick(() => {
const elementHeight = this.$refs.refHeight;
elementHeight.forEach((li, index) => {
@ -46,7 +46,7 @@
</td>
<td class="table-sum-title">批次数量</td>
<td class="table-sum-text">
{{ item.pcsl ? item.pcsl : 0 }}张
{{ item.total ? item.total : 0 }}张
</tr>
</table>