init
This commit is contained in:
13
fuintUniapp/common/enum/order/refund/RefundStatus.js
Normal file
13
fuintUniapp/common/enum/order/refund/RefundStatus.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Enum from '../../enum'
|
||||
|
||||
/**
|
||||
* 枚举类:售后单状态
|
||||
* RefundStatusEnum
|
||||
*/
|
||||
export default new Enum([
|
||||
{ key: 'A', name: '待审核' },
|
||||
{ key: 'B', name: '已同意' },
|
||||
{ key: 'C', name: '已拒绝' },
|
||||
{ key: 'D', name: '已取消' },
|
||||
{ key: 'E', name: '已完成' }
|
||||
])
|
||||
Reference in New Issue
Block a user