bug
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|  * @Author: zwq | ||||
|  * @Date: 2021-11-18 14:16:25 | ||||
|  * @LastEditors: DY | ||||
|  * @LastEditTime: 2023-11-15 17:45:04 | ||||
|  * @LastEditTime: 2023-11-16 09:14:35 | ||||
|  * @Description: | ||||
| --> | ||||
| <template> | ||||
| @@ -41,12 +41,12 @@ | ||||
| 					<el-table-column prop="priority" label="优先级" /> | ||||
| 					<el-table-column prop="planAssignmentQuantity" label="计划分配数量" > | ||||
| 						<template slot-scope="scope"> | ||||
| 							<el-input v-model="scope.row.planAssignmentQuantity"></el-input> | ||||
| 							<el-input v-model="scope.row.planAssignmentQuantity" :disabled="scope.row.actualAssignmentQuantity"></el-input> | ||||
| 						</template> | ||||
| 					</el-table-column> | ||||
| 					<el-table-column prop="actualAssignmentQuantity" label="实际分配数量"> | ||||
| 						<template slot-scope="scope"> | ||||
| 							<el-input v-model="scope.row.actualAssignmentQuantity"></el-input> | ||||
| 							<el-input v-model="scope.row.actualAssignmentQuantity" :disabled="scope.row.actualAssignmentQuantity"></el-input> | ||||
| 						</template> | ||||
| 					</el-table-column> | ||||
| 					<el-table-column label="操作"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user