Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
236986b1
Commit
236986b1
authored
Jun 25, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
224a73fc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
about-us.vue
src/views/document-management/about-us/about-us.vue
+3
-3
entry-contract.vue
...ews/document-management/entry-contract/entry-contract.vue
+2
-2
privacy-policy.vue
...ews/document-management/privacy-policy/privacy-policy.vue
+4
-4
user-protocol.vue
...views/document-management/user-protocol/user-protocol.vue
+3
-3
No files found.
src/views/document-management/about-us/about-us.vue
View file @
236986b1
<
template
>
<div
class=
"policy-container"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
编辑内容
</span>
<span
class=
"title-text"
style=
"font-size: 16px;"
>
编辑内容
</span>
</div>
<el-row>
<el-col
:span=
"1.5"
style=
"margin:
0
10px 0 75px"
>
<el-col
:span=
"1.5"
style=
"margin:
8px
10px 0 75px"
>
<span>
关于我们
</span>
</el-col>
<el-col
v-if=
"isEdit===true"
:span=
"19"
>
...
...
@@ -57,7 +57,7 @@ export default {
console
.
log
(
'隐私协议'
,
this
.
privacyPolicy
)
// 内容为空不能
if
(
this
.
privacyPolicy
.
content
===
null
||
this
.
privacyPolicy
.
content
===
''
||
this
.
privacyPolicy
.
content
===
'<p><br></p>'
)
{
this
.
$modal
.
msg
Error
(
'内容不能为空'
)
this
.
$modal
.
msg
Warning
(
'内容不能为空'
)
return
}
this
.
$confirm
(
'系统将立即发布编辑内容,是否确定?'
,
'提示'
,
{
...
...
src/views/document-management/entry-contract/entry-contract.vue
View file @
236986b1
<
template
>
<div
class=
"contract-container"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
入驻合同
</span>
<span
class=
"title-text"
style=
"font-size: 16px;"
>
入驻合同
</span>
</div>
<!-- 入驻合同表 -->
<el-table
v-loading=
"entryLoading"
:data=
"entryContract"
style=
"width: 90%;margin: 0 0 0 60px;"
>
...
...
@@ -36,7 +36,7 @@
<
/el-table-column
>
<
/el-table
>
<
div
class
=
"title-paragraph"
style
=
"margin-top: 30px"
>
<
span
class
=
"title-text"
>
授权合同
<
/span
>
<
span
class
=
"title-text"
style
=
"font-size: 16px;"
>
授权合同
<
/span
>
<
/div
>
<!--
授权合同表
-->
<
el
-
table
v
-
loading
=
"loading"
:
data
=
"authorizationHistory"
style
=
"width: 90%;margin: 0 0 0 60px;overflow: auto;"
>
...
...
src/views/document-management/privacy-policy/privacy-policy.vue
View file @
236986b1
<
template
>
<div
class=
"policy-container"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
编辑内容
</span>
<span
class=
"title-text"
style=
"font-size: 16px;"
>
编辑内容
</span>
</div>
<el-row>
<el-col
:span=
"1.5"
style=
"margin:
0
10px 0 75px"
>
<span>
隐私政策
</span>
<el-col
:span=
"1.5"
style=
"margin:
8px
10px 0 75px"
>
<span
>
隐私政策
</span>
</el-col>
<el-col
v-if=
"isEdit===true"
:span=
"19"
>
<rich-text
v-model=
"privacyPolicy.content"
:height=
"500"
:content=
"'请输入隐私政策'"
/>
...
...
@@ -57,7 +57,7 @@ export default {
console
.
log
(
'隐私协议'
,
this
.
privacyPolicy
)
// 内容为空不能
if
(
this
.
privacyPolicy
.
content
===
null
||
this
.
privacyPolicy
.
content
===
''
||
this
.
privacyPolicy
.
content
===
'<p><br></p>'
)
{
this
.
$modal
.
msg
Error
(
'内容不能为空'
)
this
.
$modal
.
msg
Warning
(
'内容不能为空'
)
return
}
this
.
$confirm
(
'系统将立即发布编辑内容,是否确定?'
,
'提示'
,
{
...
...
src/views/document-management/user-protocol/user-protocol.vue
View file @
236986b1
<
template
>
<div
class=
"protocol-container"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
编辑内容
</span>
<span
class=
"title-text"
style=
"font-size: 16px;"
>
编辑内容
</span>
</div>
<el-row>
<el-col
:span=
"1.5"
style=
"margin:
0
10px 0 75px"
>
<el-col
:span=
"1.5"
style=
"margin:
8px
10px 0 75px"
>
<span>
用户协议
</span>
</el-col>
<el-col
v-if=
"isEdit===true"
:span=
"19"
>
...
...
@@ -57,7 +57,7 @@ export default {
console
.
log
(
'隐私协议'
,
this
.
privacyPolicy
)
// 内容为空不能
if
(
this
.
privacyPolicy
.
content
===
null
||
this
.
privacyPolicy
.
content
===
''
||
this
.
privacyPolicy
.
content
===
'<p><br></p>'
)
{
this
.
$modal
.
msg
Error
(
'内容不能为空'
)
this
.
$modal
.
msg
Warning
(
'内容不能为空'
)
return
}
this
.
$confirm
(
'系统将立即发布编辑内容,是否确定?'
,
'提示'
,
{
...
...
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