|
@@ -82,7 +82,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="currentLotNumber" :label="$t('planTable.batchNo')" header-align="center" align="center">
|
|
|
<template v-slot:default="scope">
|
|
|
- <el-input v-if="scope.row.isEditing" :disabled="isDisabled" v-model="scope.row.currentLotNumber" :placeholder="$t('planTable.inputBatchNo')" @blur.stop.prevent="handleInputBlur(scope.row)">></el-input>
|
|
|
+ <el-input v-if="scope.row.isEditing" v-model="scope.row.currentLotNumber" :placeholder="$t('planTable.inputBatchNo')" @blur.stop.prevent="handleInputBlur(scope.row)">></el-input>
|
|
|
<span v-else>{{ scope.row.currentLotNumber }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|