Files
2023-11-14 17:21:03 +08:00

24 lines
343 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @name: index.data
* @author: kahu4
* @date: 2023-10-31 11:06
* @descriptionindex.data
* @update: 2023-10-31 11:06
* */
// tab数组
export const tabList = [
{
label:'可使用',
value:1
},
{
label:'已使用',
value:2
},
{
label: '已失效',
value:3
}
]