This commit is contained in:
2026-07-27 17:19:36 +08:00
parent e50d1b8fda
commit 1c7532e0de
132 changed files with 7066 additions and 1241 deletions

View File

@@ -3,7 +3,10 @@ export const option = {
calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
searchMenuSpan: 24,
searchIcon: true,
searchIndex: 8,
searchMenuPosition: 'right',
border: true,
index: true,
selection: true,
@@ -71,7 +74,17 @@ export const option = {
{
label: '所属组织',
prop: 'organizationName',
type: 'cascader',
search: true,
emitPath: false,
checkStrictly: true,
filterable: true,
dicData: [],
props: {
label: 'label',
value: 'value',
children: 'children',
},
width: 140,
},
{