|
|
@@ -21,9 +21,9 @@ export function useStockRecords() {
|
|
|
});
|
|
|
|
|
|
const statusMap = {
|
|
|
- 0: { text: "进行中", type: "primary" },
|
|
|
- 1: { text: "已完成", type: "success" },
|
|
|
- 2: { text: "已取消", type: "info" }
|
|
|
+ 1: { text: "进行中", type: "primary" },
|
|
|
+ 2: { text: "已完成", type: "success" },
|
|
|
+ 3: { text: "已取消", type: "info" }
|
|
|
};
|
|
|
|
|
|
const stockTypeMap = {
|