refactor: 入库计划表单,移除寿命字段

This commit is contained in:
Kelvin 2024-12-20 09:46:29 +08:00
parent 256334926a
commit d943dc5301

View File

@ -116,11 +116,11 @@ export default {
<el-input v-model="scope.row.source" @change="updateEntityList"></el-input> <el-input v-model="scope.row.source" @change="updateEntityList"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="消耗寿命" align="center" prop="consumeLife"> <!-- <el-table-column label="消耗寿命" align="center" prop="consumeLife">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-input v-model="scope.row.consumeLife" type="number" min="0" @change="updateEntityList"></el-input> <!-- <el-input v-model="scope.row.consumeLife" type="number" min="0" @change="updateEntityList"></el-input>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button