From 99517313f79dfbd6ed32601966f8f69896b6d60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Thu, 5 May 2022 11:47:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9item=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ProjectItemsList/hooks/useData.hook.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts b/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts index 44f9580c..1c38b116 100644 --- a/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts +++ b/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts @@ -7,31 +7,31 @@ export const useDataListInit = () => { const list = ref([ { id: 1, - title: '物料1', + title: '物料1-假数据不可用', release: true, label: '官方案例' }, { id: 2, - title: '物料2', + title: '物料2-假数据不可用', release: false, label: '官方案例' }, { id: 3, - title: '物料3', + title: '物料3-假数据不可用', release: false, label: '官方案例' }, { id: 4, - title: '物料4', + title: '物料4-假数据不可用', release: false, label: '官方案例' }, { id: 5, - title: '物料5', + title: '物料5-假数据不可用', release: false, label: '官方案例' }