This commit is contained in:
bb_pan 2025-10-10 21:48:07 +08:00
parent a50511be45
commit 779a36c3f2
1 changed files with 5 additions and 1 deletions

View File

@ -302,6 +302,9 @@
@change="directNumChange(scope.row)"
></el-input-number>
</template>
<template v-slot="{ row }" v-else-if="column.prop == 'remark'">
<span style="color: #ef4444;">{{ checkSelectable(row) ? '' : '超检验周期' }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="操作" align="center" v-if="!isDetail">
@ -392,7 +395,8 @@ export default {
{ label: '计量单位', prop: 'unitName' },
{ label: '在用数量', prop: 'useNum' },
{ label: '领料人', prop: 'leasePerson' },
{ label: '领料日期', prop: 'startTime' }
{ label: '领料日期', prop: 'startTime' },
{ label: '备注', prop: 'remark' },
],
//
title: '',