style:设备台账-新增/编辑-是否排产字段修改

pull/1/head
黄伟杰 1 month ago
parent 215fab75ef
commit ae7d8389ed

@ -126,10 +126,10 @@ type="danger" plain @click="handleBatchDelete"
</el-table-column> </el-table-column>
<el-table-column <el-table-column
:label="t('EquipmentManagement.EquipmentLedger.isSchedueld')" :label="t('EquipmentManagement.EquipmentLedger.isSchedueld')"
align="center" prop="isSchedueld" min-width="100px"> align="center" prop="isScheduled" min-width="100px">
<template #default="scope"> <template #default="scope">
<el-tag :type="Number(scope.row.isSchedueld ?? scope.row.isScheduled) === 1 ? 'success' : 'info'" effect="light"> <el-tag :type="Number(scope.row.isScheduled ?? scope.row.isSchedueld) === 1 ? 'success' : 'info'" effect="light">
{{ formatScheduleLabel(scope.row.isSchedueld ?? scope.row.isScheduled) }} {{ formatScheduleLabel(scope.row.isScheduled ?? scope.row.isSchedueld) }}
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save