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
397f472c
Commit
397f472c
authored
Nov 22, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 皮肤模板属性新增编码展示
parent
3c413d6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
base-manager-ui/admin/src/pages/basicset/surface/AddSurfaceTemplate.vue
...i/admin/src/pages/basicset/surface/AddSurfaceTemplate.vue
+5
-1
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+0
-1
No files found.
base-manager-ui/admin/src/pages/basicset/surface/AddSurfaceTemplate.vue
View file @
397f472c
...
@@ -245,6 +245,10 @@ const rightColumns = [
...
@@ -245,6 +245,10 @@ const rightColumns = [
title
:
"
字段名称
"
,
title
:
"
字段名称
"
,
dataIndex
:
"
fieldName
"
,
dataIndex
:
"
fieldName
"
,
},
},
{
title
:
"
字段编码
"
,
dataIndex
:
"
fieldCode
"
,
},
{
{
title
:
"
数据类型
"
,
title
:
"
数据类型
"
,
scopedSlots
:
{
scopedSlots
:
{
...
@@ -547,4 +551,4 @@ export default {
...
@@ -547,4 +551,4 @@ export default {
cursor: pointer;
cursor: pointer;
color: #1890ff;
color: #1890ff;
}
}
</
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
397f472c
...
@@ -390,7 +390,6 @@ export default {
...
@@ -390,7 +390,6 @@ export default {
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
let
{
data
}
=
res
;
let
{
data
}
=
res
;
let
{
business
}
=
row
;
let
{
business
}
=
row
;
console
.
log
(
data
);
this
.
businessName
=
business
;
this
.
businessName
=
business
;
this
.
businessInfo
=
data
;
this
.
businessInfo
=
data
;
this
.
analysisVisible
=
true
;
this
.
analysisVisible
=
true
;
...
...
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