客户档案调整

This commit is contained in:
huangdeliang
2021-03-16 15:05:53 +08:00
parent f461c32c52
commit 7a3ab6bfef
9 changed files with 41 additions and 15 deletions

View File

@ -200,6 +200,7 @@ export default {
orderDialog: undefined,
reviewStatusOptions: [
{ dictValue: 0, dictLabel: "未制作" },
{ dictValue: 3, dictLabel: "制作中" },
{ dictValue: 1, dictLabel: "未审核" },
{ dictValue: 2, dictLabel: "已审核" },
],