|
@@ -298,21 +298,21 @@ const fields = ref([
|
|
|
style: 'width: 100%',
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'remainLimit',
|
|
|
- type: 'number',
|
|
|
- label: '剩余补卡次数',
|
|
|
- labelWidth: 110,
|
|
|
- colSpan: 6,
|
|
|
- attrs: {
|
|
|
- theme: 'column',
|
|
|
- decimalPlaces: 0,
|
|
|
- max: 1000000,
|
|
|
- min: 0,
|
|
|
- label: '>',
|
|
|
- style: 'width: 100%',
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'remainLimit',
|
|
|
+ // type: 'number',
|
|
|
+ // label: '剩余补卡次数',
|
|
|
+ // labelWidth: 110,
|
|
|
+ // colSpan: 6,
|
|
|
+ // attrs: {
|
|
|
+ // theme: 'column',
|
|
|
+ // decimalPlaces: 0,
|
|
|
+ // max: 1000000,
|
|
|
+ // min: 0,
|
|
|
+ // label: '>',
|
|
|
+ // style: 'width: 100%',
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
prop: 'exceptionLimit',
|
|
|
type: 'number',
|
|
@@ -343,7 +343,7 @@ const params = reactive({
|
|
|
sopNo: '',
|
|
|
violationHoursLimit: null,
|
|
|
dingExceptionLimit: null,
|
|
|
- remainLimit: null,
|
|
|
+ // remainLimit: null,
|
|
|
exceptionLimit: null,
|
|
|
});
|
|
|
|