style:任务单排产-未计划为0的,不显示新增计划按钮

pull/1/head
黄伟杰 1 month ago
parent d0d936ca2d
commit 61ea3336d4

@ -35,6 +35,7 @@
{{ t('ProductionPlan.TaskSummary.detailActionViewPlanLabel') }}
</el-button>
<el-button
v-if="(scope.row.number - scope.row.planNumber) > 0"
link
type="success"
@click="addPlanForm(scope.row.taskId, scope.row.productId,

Loading…
Cancel
Save