优化订单列表状态标签布局
This commit is contained in:
@@ -65,6 +65,7 @@ function resolveType(status: string): ElTagType {
|
||||
'expired',
|
||||
'operator',
|
||||
'pending_binding',
|
||||
'pending_config',
|
||||
'binding_exception',
|
||||
'not_started',
|
||||
'consumed',
|
||||
@@ -124,6 +125,7 @@ function resolveLabel(status: string) {
|
||||
processing: '处理中',
|
||||
system_bound: '系统已绑定',
|
||||
pending_binding: '待系统绑定',
|
||||
pending_config: '待配置',
|
||||
pending_binding_prepare: '待准备绑定',
|
||||
not_started: '未开始',
|
||||
waiting_binding: '待客户绑定',
|
||||
|
||||
Reference in New Issue
Block a user