forked from github/dataease
fix: 修复首页公共链接分享文案,模版中心分类
* refactor: UI * refactor: UI * refactor: UI * refactor: UI * refactor: 优化文案样式等 * fix: 修复首页公共链接分享文案,模版中心分类
This commit is contained in:
parent
d1659894be
commit
36e03c5f3e
@ -308,6 +308,7 @@ const getEmptyDesc = (): string => {
|
|||||||
jsname="c2hhcmUtaGFuZGxlcg=="
|
jsname="c2hhcmUtaGFuZGxlcg=="
|
||||||
:weight="scope.row.weight"
|
:weight="scope.row.weight"
|
||||||
:resource-id="activeName === 'recent' ? scope.row.id : scope.row.resourceId"
|
:resource-id="activeName === 'recent' ? scope.row.id : scope.row.resourceId"
|
||||||
|
:resource-type="scope.row.type"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -70,10 +70,6 @@ const tabBtnList = [
|
|||||||
{
|
{
|
||||||
name: t('auth.screen'),
|
name: t('auth.screen'),
|
||||||
value: 'SCREEN'
|
value: 'SCREEN'
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '应用模板',
|
|
||||||
value: 'APP'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
const activeTabBtn = ref('PANEL')
|
const activeTabBtn = ref('PANEL')
|
||||||
|
Loading…
Reference in New Issue
Block a user