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
2557e1b0
Commit
2557e1b0
authored
May 16, 2023
by
彭松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品管理
parent
f165714b
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
480 additions
and
448 deletions
+480
-448
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
...Admin/components/makeRecordReport/recordReportdetails.vue
+3
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue
...nts/productManage/components/InterfaceManage/alerting.vue
+108
-85
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
...tManage/components/InterfaceManage/components/Details.vue
+366
-360
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/appManage/application.vue
...onents/productManage/components/appManage/application.vue
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/docData/fileData.vue
.../components/productManage/components/docData/fileData.vue
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/productManage.vue
...ePlatformIsSet/components/productManage/productManage.vue
+1
-1
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
View file @
2557e1b0
...
...
@@ -31,6 +31,9 @@
<p>
<span>
预约方式:
</span>
{{
orderInfo
.
up_type
==
'
phone
'
?
'
微官网
'
:
orderInfo
.
up_type
==
'
app
'
?
'
自助终端
'
:
orderInfo
.
up_type
==
'
tftb
'
?
'
天府通办
'
:
'
--
'
}}
</p>
<p>
<span>
预约事项:
</span>
--
</p>
</div>
<div
class=
"qrcode"
>
<!--
<img
src=
"~@/assets/images/logo.png"
alt=
""
/>
-->
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue
View file @
2557e1b0
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
View file @
2557e1b0
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/appManage/application.vue
View file @
2557e1b0
...
...
@@ -28,7 +28,7 @@
<a-button
type=
"link"
v-if=
"record.appFileUrl"
@
click=
"handleDowload(record.appFileUrl)"
>
下载应用
{{
index
+
1
}}
</a-button>
<a-button
type=
"link"
@
click=
"openDetails(record)"
>
编辑
{{
index
+
1
}}
</a-button>
<a-popconfirm
title=
"确定要删除此应用吗?"
ok-text=
"
Yes"
cancel-text=
"No
"
@
confirm=
"delRow(record)"
>
<a-popconfirm
title=
"确定要删除此应用吗?"
ok-text=
"
确定"
cancel-text=
"取消
"
@
confirm=
"delRow(record)"
>
<a-button
type=
"link"
style=
"color: #ff4420"
>
删除
{{
index
+
1
}}
</a-button>
</a-popconfirm>
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/docData/fileData.vue
View file @
2557e1b0
...
...
@@ -20,7 +20,7 @@
<a-button
type=
"link"
v-if=
"record.docFileUrl"
@
click=
"handleDowload(record.docFileUrl)"
>
下载
{{
index
+
1
}}
</a-button>
<a-button
type=
"link"
@
click=
"openDetails(record)"
>
编辑
{{
index
+
1
}}
</a-button>
<a-popconfirm
title=
"确定要删除此应用吗?"
ok-text=
"
Yes"
cancel-text=
"No
"
@
confirm=
"delRow(record)"
>
<a-popconfirm
title=
"确定要删除此应用吗?"
ok-text=
"
确定"
cancel-text=
"取消
"
@
confirm=
"delRow(record)"
>
<a-button
type=
"link"
style=
"color: #ff4420"
>
删除
{{
index
+
1
}}
</a-button>
</a-popconfirm>
</
template
>
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/productManage.vue
View file @
2557e1b0
...
...
@@ -24,7 +24,7 @@
</a-button>
</p>
<p>
<a-popconfirm
title=
"确定要删除此产品吗?"
ok-text=
"
Yes"
cancel-text=
"No
"
@
confirm=
"delModal(item)"
>
<a-popconfirm
title=
"确定要删除此产品吗?"
ok-text=
"
确定"
cancel-text=
"取消
"
@
confirm=
"delModal(item)"
>
<a-button
type=
"link"
size=
"small"
style=
"color: #ff4d4f"
>
删除
</a-button>
...
...
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