Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
e6e3824e
Commit
e6e3824e
authored
Mar 05, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化
parent
288cbba9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
base-manager-ui/admin/src/pages/basicset/appmarket/components/MoveApp.vue
...admin/src/pages/basicset/appmarket/components/MoveApp.vue
+9
-1
base-manager-ui/admin/src/pages/basicset/appmarket/components/TerminalApp.vue
...n/src/pages/basicset/appmarket/components/TerminalApp.vue
+9
-1
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/components/MoveApp.vue
View file @
e6e3824e
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
</
template
>
</
template
>
<!-- 类型 -->
<!-- 类型 -->
<
template
slot=
"appType"
slot-scope=
"{ record }"
>
<
template
slot=
"appType"
slot-scope=
"{ record }"
>
{{
record
.
appType
===
1
?
"
应用程序
"
:
"
URL
"
}}
{{
appType
[
record
.
appType
]
}}
</
template
>
</
template
>
<!-- 上下架 -->
<!-- 上下架 -->
<
template
slot=
"shelves"
slot-scope=
"{ record }"
>
<
template
slot=
"shelves"
slot-scope=
"{ record }"
>
...
@@ -145,6 +145,13 @@ import {
...
@@ -145,6 +145,13 @@ import {
}
from
"
@/services/market
"
;
}
from
"
@/services/market
"
;
import
local
from
"
@/utils/local
"
;
import
local
from
"
@/utils/local
"
;
import
{
mapMutations
,
mapGetters
}
from
"
vuex
"
;
import
{
mapMutations
,
mapGetters
}
from
"
vuex
"
;
let
appType
=
{
1
:
"
应用程序
"
,
2
:
"
URL
"
,
3
:
"
微信小程序
"
,
4
:
"
天府通办
"
,
5
:
"
Router
"
,
};
const
columns
=
[
const
columns
=
[
{
{
title
:
"
序号
"
,
title
:
"
序号
"
,
...
@@ -206,6 +213,7 @@ export default {
...
@@ -206,6 +213,7 @@ export default {
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
columns
,
columns
,
appType
,
siteId
:
local
.
getLocal
(
"
siteId
"
),
siteId
:
local
.
getLocal
(
"
siteId
"
),
tableData
:
[],
// 表格数据
tableData
:
[],
// 表格数据
loading
:
false
,
loading
:
false
,
...
...
base-manager-ui/admin/src/pages/basicset/appmarket/components/TerminalApp.vue
View file @
e6e3824e
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
</
template
>
</
template
>
<!-- 类型 -->
<!-- 类型 -->
<
template
slot=
"appType"
slot-scope=
"{ record }"
>
<
template
slot=
"appType"
slot-scope=
"{ record }"
>
{{
record
.
appType
===
1
?
"
应用程序
"
:
"
URL
"
}}
{{
appType
[
record
.
appType
]
}}
</
template
>
</
template
>
<!-- 上下架 -->
<!-- 上下架 -->
<
template
slot=
"shelves"
slot-scope=
"{ record }"
>
<
template
slot=
"shelves"
slot-scope=
"{ record }"
>
...
@@ -193,6 +193,13 @@ const columns = [
...
@@ -193,6 +193,13 @@ const columns = [
scopedSlots
:
{
customRender
:
"
action
"
},
scopedSlots
:
{
customRender
:
"
action
"
},
},
},
];
];
let
appType
=
{
1
:
"
应用程序
"
,
2
:
"
URL
"
,
3
:
"
微信小程序
"
,
4
:
"
天府通办
"
,
5
:
"
Router
"
,
};
export
default
{
export
default
{
components
:
{
components
:
{
YSwitch
,
YSwitch
,
...
@@ -206,6 +213,7 @@ export default {
...
@@ -206,6 +213,7 @@ export default {
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
columns
,
columns
,
appType
,
siteId
:
local
.
getLocal
(
"
siteId
"
),
siteId
:
local
.
getLocal
(
"
siteId
"
),
tableData
:
[],
// 表格数据
tableData
:
[],
// 表格数据
loading
:
false
,
loading
:
false
,
...
...
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