Compare commits

...

2 Commits

Author SHA1 Message Date
Wei_佳
d98330d5ce Merge branch 'main' of https://git.1024tool.vip/zfc/guzhi
* 'main' of https://git.1024tool.vip/zfc/guzhi:
  feat: 凭证上传的图片加了大小限制,10mb
  feat: 上传凭证图片地址参数更改
  更新 app/api/v1/app_valuations/app_valuations.py
  更新 app/api/v1/app_valuations/app_valuations.py
  更新 app/utils/calculation_engine/formula_registry.py
2025-11-27 10:35:49 +08:00
Wei_佳
782b433821 feat: 移除状态筛选中的“全部”选项 2025-11-27 10:21:55 +08:00

View File

@ -1,5 +1,4 @@
export const STATUS_OPTIONS = [
{ label: '全部', value: '' },
{ label: '待审核', value: 'pending' },
{ label: '已完成', value: 'success' },
]