web端: 车辆/运维模块更新
- 车辆管理、车辆管理-查看:详情 Tab(后装设备/租赁/事故/违章/异动/调拨/证照管理等) - 车辆业务:异动管理列表与查看页、调拨相关页面与需求说明 - 需求说明文档补充 Made-with: Cursor
This commit is contained in:
@@ -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('后装设备列表(原型占位)')) },
|
||||
|
||||
Reference in New Issue
Block a user