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
081e1fb6
Commit
081e1fb6
authored
May 17, 2023
by
彭松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0f60bdcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
portal-manager-ui/admin/src/views/thePlatformIsSet/components/APIServe/components/portDocument.vue
...formIsSet/components/APIServe/components/portDocument.vue
+0
-5
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
...tManage/components/InterfaceManage/components/Details.vue
+0
-18
No files found.
portal-manager-ui/admin/src/views/thePlatformIsSet/components/APIServe/components/portDocument.vue
View file @
081e1fb6
...
...
@@ -107,11 +107,6 @@ export default {
align
:
"
center
"
,
dataIndex
:
"
type
"
,
},
{
title
:
"
jsonPath
"
,
align
:
"
center
"
,
dataIndex
:
"
jsonPath
"
,
},
{
title
:
"
默认值
"
,
align
:
"
center
"
,
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
View file @
081e1fb6
...
...
@@ -122,9 +122,6 @@
<a-select-option
value=
"[Object]"
>
[Object]
</a-select-option>
</a-select>
</
template
>
<
template
slot=
"jsonPath"
slot-scope=
"text, record, index"
>
<a-input
v-model=
"record.jsonPath"
placeholder=
"请输入"
allowClear
/>
</
template
>
<
template
slot=
"默认值"
slot-scope=
"text, record, index"
>
<a-input
v-model=
"record.default"
placeholder=
"请输入"
allowClear
/>
</
template
>
...
...
@@ -172,9 +169,6 @@
<a-select-option
value=
"[Object]"
>
[Object]
</a-select-option>
</a-select>
</
template
>
<
template
slot=
"jsonPath"
slot-scope=
"text, record, index"
>
<a-input
v-model=
"record.jsonPath"
placeholder=
"请输入"
allowClear
/>
</
template
>
<
template
slot=
"默认值"
slot-scope=
"text, record, index"
>
<a-input
v-model=
"record.default"
placeholder=
"请输入"
allowClear
/>
</
template
>
...
...
@@ -265,14 +259,6 @@ export default {
customRender
:
"
参数值类型
"
,
},
},
{
title
:
"
jsonPath
"
,
align
:
"
center
"
,
dataIndex
:
"
jsonPath
"
,
scopedSlots
:
{
customRender
:
"
jsonPath
"
,
},
},
{
title
:
"
默认值
"
,
align
:
"
center
"
,
...
...
@@ -317,7 +303,6 @@ export default {
table
:
[{
name
:
``
,
type
:
undefined
,
jsonPath
:
``
,
default
:
``
,
isMust
:
undefined
,
describe
:
``
,
...
...
@@ -430,7 +415,6 @@ export default {
let
obj
=
{
name
:
``
,
type
:
'
String
'
,
jsonPath
:
``
,
default
:
``
,
isMust
:
undefined
,
describe
:
``
,
...
...
@@ -450,7 +434,6 @@ export default {
this
.
responsePam
.
table
.
push
({
name
:
``
,
type
:
undefined
,
jsonPath
:
``
,
default
:
``
,
isMust
:
undefined
,
describe
:
``
,
...
...
@@ -471,7 +454,6 @@ export default {
table
:
[{
name
:
``
,
type
:
undefined
,
jsonPath
:
``
,
default
:
``
,
isMust
:
undefined
,
describe
:
``
,
...
...
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