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=="
|
||||
:weight="scope.row.weight"
|
||||
:resource-id="activeName === 'recent' ? scope.row.id : scope.row.resourceId"
|
||||
:resource-type="scope.row.type"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
@ -70,10 +70,6 @@ const tabBtnList = [
|
||||
{
|
||||
name: t('auth.screen'),
|
||||
value: 'SCREEN'
|
||||
},
|
||||
{
|
||||
name: '应用模板',
|
||||
value: 'APP'
|
||||
}
|
||||
]
|
||||
const activeTabBtn = ref('PANEL')
|
||||
|
Loading…
Reference in New Issue
Block a user