累计累检查逻辑调整

dev-scheduling
zhangdi 3 months ago
parent c6d00f04f9
commit 33450c06d0
  1. 10
      src/views/processManagement/bathRefine/accumulateClass.vue
  2. 4
      src/views/processManagement/bathRefine/components/addAccumulateClassDialog.vue

@ -360,13 +360,7 @@ export default {
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
width: 120, width: 120,
rules: [ editDisplay: false,
{
required: true,
message: '请输入累计初始值',
trigger: 'blur',
},
],
}, },
{ {
label: '有效期', label: '有效期',
@ -377,7 +371,7 @@ export default {
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
width: 120, width: 120,
type: 'select', //periodOfValidity type: 'radio', //periodOfValidity
dicUrl: '/blade-system/dict/dictionary?code=periodOfValidity', dicUrl: '/blade-system/dict/dictionary?code=periodOfValidity',
props: { props: {
label: 'dictValue', label: 'dictValue',

@ -179,8 +179,8 @@
<el-table-column align="center" label="有效期" prop="periodofValidity" width="200"> <el-table-column align="center" label="有效期" prop="periodofValidity" width="200">
<template #default="scope"> <template #default="scope">
<el-radio-group v-model="scope.row.periodofValidity"> <el-radio-group v-model="scope.row.periodofValidity">
<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>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save