style(@vben/web-antd): lint 自动格式化修正巡检及区域模块
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -101,8 +101,7 @@ const routes: RouteRecordRaw[] = [
|
||||
title: '巡检记录',
|
||||
activePath: '/ops/inspection-record',
|
||||
},
|
||||
component: () =>
|
||||
import('#/views/ops/inspection-record/index.vue'),
|
||||
component: () => import('#/views/ops/inspection-record/index.vue'),
|
||||
},
|
||||
// 巡检模板管理
|
||||
{
|
||||
@@ -112,8 +111,7 @@ const routes: RouteRecordRaw[] = [
|
||||
title: '巡检模板管理',
|
||||
activePath: '/ops/inspection-template',
|
||||
},
|
||||
component: () =>
|
||||
import('#/views/ops/inspection-template/index.vue'),
|
||||
component: () => import('#/views/ops/inspection-template/index.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user