This commit is contained in:
dute7liang
2024-01-04 22:05:43 +08:00
parent 8ff58be7d5
commit 6e54bdbb00
5 changed files with 659 additions and 168 deletions

View File

@@ -185,3 +185,9 @@ export const payStatusList = [
{ value: 5, label: '已退款',listClass: listClass.info},
{ value: 10, label: '无需支付',listClass: listClass.info},
]
export const ipMicList = [
{ value: 1, label: 'IP'},
{ value: 2, label: 'MIC'},
]