Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
251180ff
Commit
251180ff
authored
Oct 11, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格处理
parent
f678c222
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
merchantDetail.vue
components/merchantDetail.vue
+16
-16
No files found.
components/merchantDetail.vue
View file @
251180ff
...
@@ -26,25 +26,25 @@
...
@@ -26,25 +26,25 @@
<!-- 开放时间 -->
<!-- 开放时间 -->
<view
class=
"opentime"
>
<view
class=
"opentime"
>
<view
class=
"middle-title"
>
开放时间
</view>
<view
class=
"middle-title"
>
开放时间
</view>
<
u-
table
border-color=
"#04a7f4"
>
<table
border-color=
"#04a7f4"
>
<
u-
tr
v-if=
"!times"
>
<tr
v-if=
"!times"
>
<
u-td>
每天
</u-
td>
<
td>
每天
</
td>
</
u-
tr>
</tr>
<
u-
tr
v-if=
"!times"
>
<tr
v-if=
"!times"
>
<
u-
td>
<td>
{{
detailData
.
businessStart
?
detailData
.
businessStart
.
substr
(
0
,
5
):
""
}}
{{
detailData
.
businessStart
?
detailData
.
businessStart
.
substr
(
0
,
5
):
""
}}
~
{{
detailData
.
businessEnd
?
detailData
.
businessEnd
.
substr
(
0
,
5
):
""
}}
~
{{
detailData
.
businessEnd
?
detailData
.
businessEnd
.
substr
(
0
,
5
):
""
}}
</
u-
td>
</td>
</
u-
tr>
</tr>
<
u-
tr
v-if=
"times"
>
<tr
v-if=
"times"
>
<
u-td
colspan=
"2"
>
开放时间
</u-
td>
<
td
colspan=
"2"
>
开放时间
</
td>
</
u-
tr>
</tr>
<
u-
tr
v-for=
"(item,index) of times"
:key=
"index"
v-if=
"times"
>
<tr
v-for=
"(item,index) of times"
:key=
"index"
v-if=
"times"
>
<
u-
td
v-for=
"(items,b) of item"
:key=
"b"
v-if=
"items!=''"
>
<td
v-for=
"(items,b) of item"
:key=
"b"
v-if=
"items!=''"
>
{{
items
}}
{{
items
}}
</
u-
td>
</td>
<
/u-
tr>
<tr>
<
/u-
table>
<table>
</view>
</view>
<!-- 优待政策 -->
<!-- 优待政策 -->
<view
class=
"policy"
v-if=
"policy"
>
<view
class=
"policy"
v-if=
"policy"
>
...
...
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