mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-23 18:00:27 +08:00
fix: 修改item说明
This commit is contained in:
parent
45e5ca0722
commit
c7a2a01f12
@ -7,31 +7,31 @@ export const useDataListInit = () => {
|
|||||||
const list = ref<ChartList>([
|
const list = ref<ChartList>([
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: '物料1',
|
title: '物料1-假数据不可用',
|
||||||
release: true,
|
release: true,
|
||||||
label: '官方案例'
|
label: '官方案例'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: '物料2',
|
title: '物料2-假数据不可用',
|
||||||
release: false,
|
release: false,
|
||||||
label: '官方案例'
|
label: '官方案例'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: '物料3',
|
title: '物料3-假数据不可用',
|
||||||
release: false,
|
release: false,
|
||||||
label: '官方案例'
|
label: '官方案例'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: '物料4',
|
title: '物料4-假数据不可用',
|
||||||
release: false,
|
release: false,
|
||||||
label: '官方案例'
|
label: '官方案例'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
title: '物料5',
|
title: '物料5-假数据不可用',
|
||||||
release: false,
|
release: false,
|
||||||
label: '官方案例'
|
label: '官方案例'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user