ui
This commit is contained in:
@@ -84,10 +84,10 @@ export default {
|
||||
: undefined,
|
||||
].filter((v) => v),
|
||||
tableProps: [
|
||||
{ prop: 'program', label: '巡检项目' },
|
||||
{ prop: 'content', label: '巡检内容' },
|
||||
{ prop: 'code', label: '巡检内容编码' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
{ prop: 'program', label: '巡检项目', showOverflowtooltip: true },
|
||||
{ prop: 'content', label: '巡检内容', minWidth: 150, showOverflowtooltip: true },
|
||||
{ prop: 'code', label: '巡检内容编码', showOverflowtooltip: true },
|
||||
{ prop: 'remark', label: '备注', showOverflowtooltip: true },
|
||||
],
|
||||
searchBarFormConfig: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user