Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
9f97c66b
Commit
9f97c66b
authored
Nov 07, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 个人应用-分析隐藏
parent
9d8a7fd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
personal-app.vue
src/views/personal-space/personal-app/personal-app.vue
+5
-5
No files found.
src/views/personal-space/personal-app/personal-app.vue
View file @
9f97c66b
...
@@ -184,9 +184,9 @@ function handleSelectAddType() {
...
@@ -184,9 +184,9 @@ function handleSelectAddType() {
router
.
push
({
name
:
'PersonalAppSetting'
})
router
.
push
({
name
:
'PersonalAppSetting'
})
}
}
function
handleAnalysisPersonalApp
(
personalApp
:
PersonalAppConfigState
)
{
//
function handleAnalysisPersonalApp(personalApp: PersonalAppConfigState) {
console
.
log
(
'分析'
,
personalApp
)
//
console.log('分析', personalApp)
}
//
}
const
handleCardContentScrollDebounce
=
debounce
(
const
handleCardContentScrollDebounce
=
debounce
(
(
event
:
{
target
:
{
scrollTop
:
number
;
clientHeight
:
number
;
scrollHeight
:
number
}
})
=>
{
(
event
:
{
target
:
{
scrollTop
:
number
;
clientHeight
:
number
;
scrollHeight
:
number
}
})
=>
{
...
@@ -297,13 +297,13 @@ const handleCardContentScrollDebounce = debounce(
...
@@ -297,13 +297,13 @@ const handleCardContentScrollDebounce = debounce(
<
template
#
trigger
>
<
template
#
trigger
>
<MoreOne
size=
"16"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[13px] mt-[1px] cursor-pointer"
/>
<MoreOne
size=
"16"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[13px] mt-[1px] cursor-pointer"
/>
</
template
>
</
template
>
<div
<
!-- <
div
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] py-[5px] pl-[5px] text-[14px] leading-[14px] text-[#333333]"
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] py-[5px] pl-[5px] text-[14px] leading-[14px] text-[#333333]"
@click="handleAnalysisPersonalApp(agentAppItem)"
@click="handleAnalysisPersonalApp(agentAppItem)"
>
>
{{ t('common_module.data_table_module.analysis') }}
{{ t('common_module.data_table_module.analysis') }}
</div>
</div>
-->
<div
v-show=
"agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
>
<div
v-show=
"agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
>
<div
v-show=
"agentAppItem.isSale === 'Y'"
>
<div
v-show=
"agentAppItem.isSale === 'Y'"
>
<n-popconfirm
<n-popconfirm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment