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
5cd14aaa
Commit
5cd14aaa
authored
Mar 21, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化
parent
9616571b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
base-manager-ui/admin/src/pages/basicset/social/Social.vue
base-manager-ui/admin/src/pages/basicset/social/Social.vue
+15
-11
No files found.
base-manager-ui/admin/src/pages/basicset/social/Social.vue
View file @
5cd14aaa
...
@@ -88,10 +88,12 @@ export default {
...
@@ -88,10 +88,12 @@ export default {
{
{
title
:
"
密钥
"
,
title
:
"
密钥
"
,
dataIndex
:
"
privatKey
"
,
dataIndex
:
"
privatKey
"
,
ellipsis
:
true
,
},
},
{
{
title
:
"
渠道密钥
"
,
title
:
"
渠道密钥
"
,
dataIndex
:
"
key
"
,
dataIndex
:
"
key
"
,
ellipsis
:
true
,
},
},
{
{
title
:
"
机具编码
"
,
title
:
"
机具编码
"
,
...
@@ -100,6 +102,7 @@ export default {
...
@@ -100,6 +102,7 @@ export default {
{
{
title
:
"
机具密钥
"
,
title
:
"
机具密钥
"
,
dataIndex
:
"
sm4key
"
,
dataIndex
:
"
sm4key
"
,
ellipsis
:
true
,
},
},
{
{
title
:
"
排号认证码
"
,
title
:
"
排号认证码
"
,
...
@@ -112,18 +115,19 @@ export default {
...
@@ -112,18 +115,19 @@ export default {
{
{
title
:
"
统一社会信用代码
"
,
title
:
"
统一社会信用代码
"
,
dataIndex
:
"
orgCode
"
,
dataIndex
:
"
orgCode
"
,
},
ellipsis
:
true
,
{
},
title
:
"
状态
"
,
// {
dataIndex
:
"
enabled
"
,
// title: "状态",
customRender
:
(
text
)
=>
{
// dataIndex: "enabled",
if
(
text
===
1
)
{
// customRender: (text) => {
return
<
a
-
tag
color
=
"
green
"
>
启用
<
/a-tag>
;
// if (text === 1) {
}
else
if
(
text
===
0
)
{
// return
<
a
-
tag
color
=
"
green
"
>
启用
<
/a-tag>
;
return
<
a
-
tag
color
=
"
red
"
>
停用
<
/a-tag>
;
// } else if (text === 0) {
}
// return
<
a
-
tag
color
=
"
red
"
>
停用
<
/a-tag>
;
},
// }
},
// },
// },
{
{
title
:
"
操作
"
,
title
:
"
操作
"
,
width
:
"
120px
"
,
width
:
"
120px
"
,
...
...
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