#9210车间配粉料数编辑隐去

This commit is contained in:
shijing 2023-12-26 09:42:11 +08:00
parent 80c2676551
commit 95d2b1ca42
1 changed files with 4 additions and 5 deletions

View File

@ -61,10 +61,10 @@
<template #header>
<div class="card-header">
<span>任务信息</span>
<span>
<!-- <span>
<el-button type="primary" link @click="addMtaskInfo"
v-if="currentMtask && currentMtask.peifen_kg === 0 && (currentMtask.state == 20 || currentMtask.state == 10)">配粉料数</el-button>
</span>
</span> -->
</div>
</template>
<el-descriptions>
@ -80,10 +80,9 @@
}}</el-descriptions-item>
<el-descriptions-item label="不合格数">{{ currentMtask.count_notok
}}</el-descriptions-item>
<el-descriptions-item label="配粉料数">{{ currentMtask.peifen_kg
}}</el-descriptions-item>
<!-- <el-descriptions-item label="配粉料数">{{ currentMtask.peifen_kg
}}</el-descriptions-item> -->
</el-descriptions>
</el-card>
</el-header>
<el-main class="nopadding">