feat: 完成订单履约菜单重构与业务优化

1. 调整token有效期从30分钟改为60分钟
2. 重构订单履约菜单结构,拆分出供应商履约子目录
3. 修复发货单状态校验逻辑,允许confirmed状态发货
4. 调整页面表格样式与列宽适配
5. 新增供应商履约相关路由与菜单权限
6. 替换首页仪表盘为福安德平台首页
7. 新增批量客户初始化SQL与重复菜单清理脚本
8. 移除顶部导航栏的源码和文档地址入口
This commit is contained in:
2026-06-16 19:35:52 +08:00
parent 7ffc140cf8
commit f5b91c3bd0
13 changed files with 368 additions and 253 deletions

View File

@@ -435,12 +435,12 @@ body {
/* 小按钮紧凑 */
.el-button--mini {
padding: 5px 10px !important;
padding: 4px 7px !important;
font-size: 12px !important;
}
.el-button--small {
padding: 7px 12px !important;
padding: 6px 10px !important;
font-size: 12px !important;
}
@@ -451,7 +451,6 @@ body {
border: 1px solid var(--border-gray) !important;
border-bottom: none !important;
font-size: 12px !important;
table-layout: fixed !important;
/* 表头 */
thead th {
@@ -470,21 +469,21 @@ body {
td {
color: var(--text-dark) !important;
font-size: 12px !important;
padding: 4px 6px !important;
padding: 3px 4px !important;
border-bottom: 1px solid var(--border-light) !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
/* cell 内部换行 */
/* cell 内部(操作列允许换行 */
.cell {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
line-height: 1.4 !important;
padding-left: 2px !important;
padding-right: 2px !important;
line-height: 1.3 !important;
padding-left: 1px !important;
padding-right: 1px !important;
}
/* 行悬停 */