feat: 新增售后异议管理全流程功能

本次提交完成售后异议管理模块的开发,主要包括以下内容:
1. 新增售后异议主页面、待办页面和意见填写页面
2. 新增5个通用业务组件用于页面渲染
3. 新增4个业务API接口文件
4. 优化流程图表单描述、文件列表样式和钢卷信息展示
5. 完善投诉受理单的日期格式化和实体类继承
This commit is contained in:
2026-06-22 13:06:57 +08:00
parent 2e79a5beb0
commit 0fe9bce02a
20 changed files with 2257 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ export default {
<style scoped>
.file-list-container {
width: 100%;
min-height: 100px;
/* min-height: 100px; */
}
.empty-tip {
@@ -142,7 +142,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 16px;
padding: 4px;
border-bottom: 1px solid #ebeef5;
transition: background-color 0.3s;
}