生产计划字段修改

pull/4/head
qiuhongwu 8 months ago
parent ec44c55338
commit 0517c2bbd3

@ -303,7 +303,7 @@
</template>
</el-table-column>
<el-table-column prop="equipId" align="center" min-width="120">
<template #header> 设备信息 </template>
<template #header> 设备型号 </template>
<template #default="scope">
<el-form-item :prop="`${scope.$index}.equipId`" class="mb-0px!">
<el-select disabled v-model="scope.row.equipId" clearable placeholder="下拉选择" style="width: 100%">

@ -307,7 +307,7 @@
</template>
</el-table-column>
<el-table-column prop="equipId" align="center" min-width="120">
<template #header> 设备信息 </template>
<template #header> 设备型号 </template>
<template #default="scope">
<el-form-item :prop="`${scope.$index}.equipId`" class="mb-0px!">
<el-select v-model="scope.row.equipId" clearable placeholder="下拉选择" style="width: 100%">

Loading…
Cancel
Save