diff --git a/src/api/cases/index.js b/src/api/cases/index.js index 4302f88..d5b74f4 100644 --- a/src/api/cases/index.js +++ b/src/api/cases/index.js @@ -48,7 +48,7 @@ export const negativeList = () => { // 状态 export const statusList = () => { return [ - { label: "新建", value: 1 }, + { label: "暂存", value: 1 }, { label: "暂存", value: 5 }, { label: "已提交", value: 10 }, { label: "驳回", value: 15 },