|
@@ -167,6 +167,8 @@ export default function useColumns(){
|
|
|
ratifyBatchNo:'ratifyBatchNo',
|
|
|
expiryUnitId:'expiryUnitId',
|
|
|
usefulLifeUnitId: 'usefulLifeUnitId',
|
|
|
+ recentWarningPeriod: 'recentWarningPeriod',
|
|
|
+ nearOnsetManagerment: 'nearOnsetManagerment',
|
|
|
},
|
|
|
|
|
|
|
|
@@ -355,6 +357,28 @@ export default function useColumns(){
|
|
|
clearable: true,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ item:{
|
|
|
+ key:'nearOnsetManagerment',
|
|
|
+ title:'近效期管理',
|
|
|
+ },
|
|
|
+ attr:{
|
|
|
+ is: "el-select",
|
|
|
+ dictName: "sys_number_yes_no",
|
|
|
+ clearable:true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ item:{
|
|
|
+ key:'recentWarningPeriod',
|
|
|
+ title:'近效期预警天数',
|
|
|
+ },
|
|
|
+ attr:{
|
|
|
+ is: "el-input-number",
|
|
|
+ min: 0,
|
|
|
+ controlsPosition: "right",
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
|
|
|
// {
|