refactor rename product management to smart valves
This commit is contained in:
@@ -77,12 +77,12 @@ const routes: AppRouteRecordRaw[] = [
|
||||
child('user', 'user-address', 'address', '用户地址', '/user_address', 'user_address'),
|
||||
child('user', 'service-relation', 'service-relation', '服务关系', '/user_service_relation', 'user_service_relation'),
|
||||
]),
|
||||
group('product', 'product', '产品管理', 'icon-common', 50, [
|
||||
child('product', 'product-type', 'type', '产品类型', '/product_type', 'product_type'),
|
||||
child('product', 'warehouse', 'warehouse', '库房', '/product_warehouse', 'product_warehouse'),
|
||||
child('product', 'product-info', 'info', '产品信息', '/product_info', 'product_info'),
|
||||
child('product', 'repair', 'repair', '检修记录', '/product_repair', 'product_info', true, 'product-info'),
|
||||
child('product', 'owner', 'owner', '归属记录', '/product_owner', 'product_info', true, 'product-info'),
|
||||
group('product', 'product', '智能气阀管理', 'icon-common', 50, [
|
||||
child('product', 'product-type', 'type', '类型管理', '/product_type', 'product_type'),
|
||||
child('product', 'warehouse', 'warehouse', '库房管理', '/product_warehouse', 'product_warehouse'),
|
||||
child('product', 'product-info', 'info', '智能气阀管理', '/product_info', 'product_info'),
|
||||
child('product', 'repair', 'repair', '智能气阀检修记录', '/product_repair', 'product_info', true, 'product-info'),
|
||||
child('product', 'owner', 'owner', '智能气阀归属记录', '/product_owner', 'product_info', true, 'product-info'),
|
||||
], 'device'),
|
||||
group('gasorder', 'gasorder', '气体配送订单管理', 'icon-list', 60, [
|
||||
child('gasorder', 'contracts', 'contracts', '合同管理', '/gasorder_contract', 'gasorder_contract'),
|
||||
|
||||
Reference in New Issue
Block a user