|
@@ -136,23 +136,34 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ search:{
|
|
|
|
+ title: '关键字搜索',
|
|
|
|
+ search: { show: true,type: 'input', },
|
|
|
|
+ type: 'input',
|
|
|
|
+ form: {
|
|
|
|
+ component: { placeholder: '请输入' },
|
|
|
|
+ show:false},
|
|
|
|
+ column: {show:false}
|
|
|
|
+ },
|
|
application_no: {
|
|
application_no: {
|
|
search: { show: true },
|
|
search: { show: true },
|
|
title: '借用单编号',
|
|
title: '借用单编号',
|
|
column: { minWidth: 140 } ,
|
|
column: { minWidth: 140 } ,
|
|
form:{
|
|
form:{
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入借用单编号' },
|
|
search:{
|
|
search:{
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入借用单编号' },
|
|
rules: [{ required: true, message: '' }],
|
|
rules: [{ required: true, message: '' }],
|
|
}
|
|
}
|
|
}},
|
|
}},
|
|
borrower_type_label: { title: '借用人角色', column: { minWidth: 120,sortable: true } },
|
|
borrower_type_label: { title: '借用人角色', column: { minWidth: 120,sortable: true } },
|
|
borrow_type_label: { search: { show: false },title: '借用性质', column: { minWidth: 100 } },
|
|
borrow_type_label: { search: { show: false },title: '借用性质', column: { minWidth: 100 } },
|
|
- "borrower_info.user_code":{title:"学号/工号",search:{
|
|
|
|
|
|
+ "borrower_info.user_code":{
|
|
|
|
+ title:"学号/工号",
|
|
|
|
+ search:{
|
|
show:true,
|
|
show:true,
|
|
},column: { minWidth: 100 },form:{
|
|
},column: { minWidth: 100 },form:{
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入学号/工号' },
|
|
}},
|
|
}},
|
|
"borrower_info.name": {
|
|
"borrower_info.name": {
|
|
title: '借用人',
|
|
title: '借用人',
|
|
@@ -163,14 +174,27 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
show:true,
|
|
show:true,
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
}, form:{
|
|
}, form:{
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入借用人' },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- external_borrower_name: { title: '借用人', column: { show:false, minWidth: 100 } },
|
|
|
|
|
|
+ external_borrower_name: {
|
|
|
|
+ title: '借用人',
|
|
|
|
+
|
|
|
|
+ column: { show:false, minWidth: 100 },
|
|
|
|
+ form:{
|
|
|
|
+ component: {
|
|
|
|
+ placeholder: '请输入借用人',
|
|
|
|
+ search:{
|
|
|
|
+ component: { placeholder: '请输入借用人' },
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ }
|
|
|
|
+ },
|
|
emergency_phone: {
|
|
emergency_phone: {
|
|
title: '联系方式',
|
|
title: '联系方式',
|
|
search:{show:true}, column: { minWidth: 120 }, form:{
|
|
search:{show:true}, column: { minWidth: 120 }, form:{
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入联系方式' },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
team_type_label: { title: '个人/团队', column: { minWidth: 80 } },
|
|
team_type_label: { title: '个人/团队', column: { minWidth: 80 } },
|
|
@@ -282,7 +306,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
}, form:{
|
|
}, form:{
|
|
show:false,
|
|
show:false,
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请输入设备编号' },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
abnormal_status: {
|
|
abnormal_status: {
|
|
@@ -304,7 +328,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
}, form:{
|
|
}, form:{
|
|
show:false,
|
|
show:false,
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请选择设备编号' },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
status: {
|
|
status: {
|
|
@@ -331,7 +355,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
}, form:{
|
|
}, form:{
|
|
show:false,
|
|
show:false,
|
|
- component: { placeholder: '' },
|
|
|
|
|
|
+ component: { placeholder: '请选择当前状态' },
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|