代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -0,0 +1,23 @@
/**
* @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
}
]