update: 初始化:新疆大屏基础搭建
This commit is contained in:
@@ -85,6 +85,21 @@ export const sexType = [
|
||||
},
|
||||
];
|
||||
|
||||
export const timeTabNew = [
|
||||
{
|
||||
name: '本周',
|
||||
value: '2',
|
||||
},
|
||||
{
|
||||
name: '本月',
|
||||
value: '3',
|
||||
},
|
||||
{
|
||||
name: '本年',
|
||||
value: '4',
|
||||
},
|
||||
];
|
||||
|
||||
export function useSpin() {
|
||||
const spinning = ref(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user