Commit Graph

11 Commits

Author SHA1 Message Date
aixianling
4b26e6f5d0 components(xumu): 在 AppDeathAudit 和 AppOutAudit 组件中添加 AiAudit 组件引用
- 在 AppDeathAudit/add.vue 中引入并注册 AiAudit 组件
- 在 AppOutAudit/add.vue 中引入并注册 AiAudit 组件
2025-01-21 10:36:10 +08:00
aixianling
ebb28ed676 refactor(xumu): 优化代码格式和组件使用
- 格式化代码,调整缩进和空格
- 使用 dict.getLabel 方法获取类别和品种标签
- 在审批状态下使用 ai-audit 组件替代 ai-select 组件
2025-01-21 10:25:41 +08:00
aixianling
a059d2bd57 fix(xumu): 修复审计页面数据获取问题
- 在 AppDeathAudit 和 AppOutAudit 组件中,修改了 getDetail 方法
- 从 API 响应中获取正确的数据结构,确保详细信息正确显示
- 优化了代码格式,提高了可读性
2025-01-21 10:09:13 +08:00
aixianling
fde372007f refactor(xumu): 优化 API 请求参数传递方式
- 在 AppDeathAudit 和 AppOutAudit 组件中,修改了 getDetail 方法的 API 请求参数传递方式
- 从使用 params 参数改为直接传递对象,简化了请求参数的处理
2025-01-21 09:50:15 +08:00
aixianling
8daf15cf3f refactor(xumu): 修改 AppOutAudit 详情获取接口
- 将 getAuditInfo 接口更改为 getAuditPage 接口
- 更新接口 URL 以适应后端接口变更
2025-01-21 09:20:06 +08:00
aixianling
a53d25fae2 refactor(xumu): 为 el-date-picker 组件添加 value-format 属性
- 在多个组件中,为 el-date-picker 组件添加 value-format="yyyy-MM-dd HH:mm:ss" 属性
- 这样做可以确保日期时间的格式一致性,避免潜在的时间格式问题
2025-01-09 14:39:56 +08:00
aixianling
70b77669ab refactor(xumu): 移除未使用的组件导入
- 删除了 AiEartagPicker 组件的导入语句
- 移除了 components 中的 AiEartagPicker 注册
2025-01-08 14:42:40 +08:00
aixianling
7393bcbc6e refactor(xumu): 优化列表组件的列定义
- 移除了 AppDeathManage 列表中不必要的 prop 属性
- 为 AppOutAudit 列表添加了序号列
- 统一了两个列表中养殖场列的格式
2025-01-08 14:37:45 +08:00
aixianling
2abdab1b20 refactor(xumu): 修正 AppOutAudit 组件的名称
- 将组件名称从 AppSellAudit 修改为 AppOutAudit
- 更新相应的样式类名和模板选择器
2025-01-08 14:33:49 +08:00
aixianling
25010984f9 feat(AppOutAudit): 增加字典加载项
- 在 created 钩子中添加了 "outReason" 字典加载项
- 此修改扩展了 AppOutAudit 组件的字典加载功能,支持新的审核原因字典
2025-01-07 17:02:22 +08:00
aixianling
75d5971e42 feat(xumu): 新增淘汰审核功能
- 添加 AppOutAudit组件作为淘汰审核的主入口- 实现 add.vue 页面,用于展示和编辑淘汰审核详情
- 创建 list.vue 页面,用于展示淘汰审核列表
- 在 AppOutManage 中将淘汰日期字段从 createTime改为 outTime
2025-01-07 16:50:48 +08:00