Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
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
gzga-jzapi
apaas-ui
Commits
1fda35ef
Commit
1fda35ef
authored
Apr 01, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7680dd4e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/components/doc-width-nav.vue
src/components/doc-width-nav.vue
+7
-3
src/pages/service_shop/shop_car_apply.vue
src/pages/service_shop/shop_car_apply.vue
+1
-1
No files found.
src/components/doc-width-nav.vue
View file @
1fda35ef
...
@@ -5,11 +5,15 @@
...
@@ -5,11 +5,15 @@
<span>
{{
title
||
"
-
"
}}
</span>
<span>
{{
title
||
"
-
"
}}
</span>
<span>
更新时间:
{{
time
||
"
-
"
}}
</span>
<span>
更新时间:
{{
time
||
"
-
"
}}
</span>
</h3>
</h3>
<div
class=
"part_content doc_content w-e-text w-e-text-container apaas_scroll"
>
<div
<div
class=
"part_content doc_content w-e-text w-e-text-container apaas_scroll"
v-html=
"content"
v-html=
"content"
ref=
"docContent"
ref=
"docContent"
></div>
>
</div>
<div>
附件:脚接交接军军军军军军军
</div>
</div>
</div>
</div>
<div
class=
"part nav_part"
>
<div
class=
"part nav_part"
>
<h3
class=
"part_title"
>
<h3
class=
"part_title"
>
...
...
src/pages/service_shop/shop_car_apply.vue
View file @
1fda35ef
...
@@ -199,7 +199,7 @@ export default {
...
@@ -199,7 +199,7 @@ export default {
let
data
=
response
.
data
.
data
;
let
data
=
response
.
data
.
data
;
if
(
response
.
data
.
success
&&
data
)
{
if
(
response
.
data
.
success
&&
data
)
{
//服务
//服务
if
(
data
.
interface_typ
!=
1
)
{
if
(
data
.
interface_typ
==
2
||
data
.
interface_typ
==
3
)
{
this
.
disabledDate
=
true
this
.
disabledDate
=
true
let
yyyy
=
new
Date
().
getFullYear
()
let
yyyy
=
new
Date
().
getFullYear
()
let
mm
=
new
Date
().
getMonth
()
+
1
<
10
?
'
0
'
+
(
new
Date
().
getMonth
()
+
1
)
:
new
Date
().
getMonth
()
+
1
let
mm
=
new
Date
().
getMonth
()
+
1
<
10
?
'
0
'
+
(
new
Date
().
getMonth
()
+
1
)
:
new
Date
().
getMonth
()
+
1
...
...
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