web端: 车辆/运维模块更新

- 车辆管理、车辆管理-查看:详情 Tab(后装设备/租赁/事故/违章/异动/调拨/证照管理等)
- 车辆业务:异动管理列表与查看页、调拨相关页面与需求说明
- 需求说明文档补充

Made-with: Cursor
This commit is contained in:
王冕
2026-03-19 20:19:48 +08:00
parent 3360dc785e
commit c75d1656e3
17 changed files with 5456 additions and 2249 deletions

View File

@@ -457,6 +457,7 @@ const Component = function () {
React.createElement('div', { style: sectionTitleStyle }, React.createElement('span', { style: sectionIconStyle }), '保养参数'),
React.createElement(Table, { size: 'small', rowKey: 'key', columns: maintenanceColumns, dataSource: maintenanceTableData, pagination: false })
);
var detailTabItems = [
{ key: '型号参数', label: '型号参数', children: modelParamContent },
{ key: '后装设备', label: '后装设备', children: React.createElement('div', { style: tabContentCardStyle }, tabContent('后装设备列表(原型占位)')) },