style(@vben/web-antd): lint 自动格式化修正巡检及区域模块

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-22 14:56:54 +08:00
parent ae55ab4800
commit e361b2f002
11 changed files with 90 additions and 88 deletions

View File

@@ -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'),
},
],
},