累计类添加逻辑调整

dev-scheduling
jinna 3 months ago
parent 170e184f43
commit b2ee21e736
  1. 2
      src/views/processManagement/bathRefine/accumulateClass.vue
  2. 4
      src/views/processManagement/bathRefine/components/addAccumulateClassDialog.vue

@ -269,7 +269,7 @@ export default {
// //
{ {
label: '状态', label: '状态',
prop: 'accumulatedStatus', prop: 'preservePlanStatus',
search: false, search: false,
sortable: true, sortable: true,
overHidden: true, overHidden: true,

@ -119,7 +119,7 @@
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="添加量" prop="addQuantity" width="250"> <el-table-column align="center" label="添加量" prop="addQuantityType" width="250">
<!-- <template #header> <!-- <template #header>
<span><i style="color: red">*</i>添加量</span> <span><i style="color: red">*</i>添加量</span>
</template> --> </template> -->
@ -128,7 +128,7 @@
:prop="`tableData[${scope.$index}].addQuantity`" :prop="`tableData[${scope.$index}].addQuantity`"
:rules="formRules.addQuantity" :rules="formRules.addQuantity"
> --> > -->
<el-radio-group v-model="scope.row.radio"> <el-radio-group v-model="scope.row.addQuantityType">
<el-radio label="1">当前值</el-radio> <el-radio label="1">当前值</el-radio>
<el-radio label="2">自定义</el-radio> <el-radio label="2">自定义</el-radio>
</el-radio-group> </el-radio-group>

Loading…
Cancel
Save