bugfix zentao

This commit is contained in:
lb
2024-03-27 16:46:06 +08:00
parent 1c301215d1
commit b367bfcbe4
4 changed files with 45 additions and 39 deletions

View File

@@ -94,7 +94,7 @@ export default {
{ prop: 'name', label: '巡检单名称', showOverflowtooltip: true },
{ prop: 'department', label: '部门', showOverflowtooltip: true },
{
prop: 'planCheckTime',
prop: 'actualCheckTime',
label: '巡检时间',
width: 160,
filter: parseTime,
@@ -130,26 +130,6 @@ export default {
{ prop: 'remark', label: '备注' },
],
searchBarFormConfig: [
// {
// type: 'select',
// label: '设备大类',
// placeholder: '请选择设备大类',
// param: 'specialType',
// onchange: true,
// selectOptions: [
// { id: 1, name: '安全设备' },
// { id: 2, name: '消防设备' },
// { id: 3, name: '特种设备' },
// ],
// filterable: true,
// },
// {
// type: 'select',
// label: '设备',
// placeholder: '请选择设备',
// param: 'equipmentId',
// filterable: true,
// },
{
type: 'input',
label: '巡检单名称',