Commit 0f3cd5ad authored by 沈翠玲's avatar 沈翠玲

案件分派汇总

parent a197a352
...@@ -174,12 +174,12 @@ ...@@ -174,12 +174,12 @@
title: '部门', title: '部门',
width: 160, width: 160,
enum: departlist, enum: departlist,
fieldNames: { label: 'name', value: 'id' }, fieldNames: { label: 'name', value: 'name' },
search: { search: {
el: 'tree-select', el: 'tree-select',
props: { filterable: true, checkStrictly: true }, props: { filterable: true, checkStrictly: true },
labelWidth: 85, labelWidth: 85,
key: 'departmentId', key: 'departmentName',
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment