累计累检查逻辑调整

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

@ -179,8 +179,8 @@
<el-table-column align="center" label="有效期" prop="periodofValidity" width="200">
<template #default="scope">
<el-radio-group v-model="scope.row.periodofValidity">
<el-radio :label="1">长期</el-radio>
<el-radio :label="2">一次性</el-radio>
<el-radio label="1">长期</el-radio>
<el-radio label="2">一次性</el-radio>
</el-radio-group>
</template>
</el-table-column>

Loading…
Cancel
Save