Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-11 23:50:54 +08:00
11 changed files with 342 additions and 131 deletions
+5 -2
View File
@@ -10,7 +10,8 @@ export const config = {
enableAllDept: false,
};
export const option = createCrudOption([
export const option = {
...createCrudOption([
{
label: '线路名称',
prop: 'routeName',
@@ -253,7 +254,9 @@ export const option = createCrudOption([
['updateUserName', 'updateTime', 'createTime'].indexOf(first.prop) -
['updateUserName', 'updateTime', 'createTime'].indexOf(second.prop)
),
]);
]),
dialogCustomClass: 'avue-dialog--common-route',
};
export const excelOption = {
submitBtn: false,