Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
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
pseer
gxpt_web
Commits
fcb1d292
Commit
fcb1d292
authored
Dec 29, 2023
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG修复
parent
18d6976a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
index.vue
src/views/system/consumerCoupon/index.vue
+8
-8
index.vue
src/views/system/room/index.vue
+2
-2
No files found.
src/views/system/consumerCoupon/index.vue
View file @
fcb1d292
...
...
@@ -190,7 +190,7 @@
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"ID"
align=
"center"
prop=
"id"
/>
<el-table-column
label=
"用户ID"
align=
"center"
prop=
"consumerId"
/>
<
el-table-column
label=
"优惠券ID"
align=
"center"
prop=
"couponId"
/
>
<
!--
<el-table-column
label=
"优惠券ID"
align=
"center"
prop=
"couponId"
/>
--
>
<el-table-column
label=
"优惠券编码"
align=
"center"
prop=
"couponCode"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"240px"
/>
<!--
<el-table-column
label=
"优惠房型"
align=
"center"
prop=
"roomType"
/>
-->
...
...
@@ -248,13 +248,13 @@
<
dict
-
tag
:
options
=
"dict.type.coupon_use_status"
:
value
=
"scope.row.useStatus"
/>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"更新者"
align
=
"center"
prop
=
"deleteBy"
/
>
<
el
-
table
-
column
label
=
"更新时间"
align
=
"center"
prop
=
"deleteTime"
width
=
"180"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
deleteTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/
>
<
!--
<
el
-
table
-
column
label
=
"更新者"
align
=
"center"
prop
=
"deleteBy"
/>--
>
<
!--
<
el
-
table
-
column
label
=
"更新时间"
align
=
"center"
prop
=
"deleteTime"
width
=
"180"
>--
>
<!--
<
template
slot
-
scope
=
"scope"
>--
>
<!--
<
span
>
{{
parseTime
(
scope
.
row
.
deleteTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span>--
>
<!--
<
/template>--
>
<
!--
<
/el-table-column>--
>
<
!--
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/>--
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<!--
<
el
-
button
-->
...
...
src/views/system/room/index.vue
View file @
fcb1d292
...
...
@@ -126,7 +126,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"房间单价"
width=
"80"
align=
"center"
prop=
"price"
/>
<el-table-column
label=
"套餐"
align=
"center"
prop=
"packIds"
>
<el-table-column
label=
"套餐"
align=
"center"
prop=
"packIds"
width=
"250"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.packIds"
style=
"display: flex;flex-wrap: wrap;width: 100%;"
>
<dict-tag
style=
"margin: 0 3px;"
v-for=
"(item ,k) in scope.row.packIds"
:key=
"k"
:options=
"packList"
:value=
"item"
/>
...
...
@@ -389,7 +389,7 @@ export default {
cssClass
:
''
},
value
:
obj
.
id
.
toString
(),
label
:
obj
.
name
+
'-'
+
'时段'
+
obj
.
packaStartPeriod
+
'-'
+
obj
.
packaEndPeriod
,
label
:
obj
.
name
+
obj
.
price
+
'元'
+
'-'
+
'时段'
+
obj
.
packaStartPeriod
+
'-'
+
obj
.
packaEndPeriod
,
}
})
this
.
$forceUpdate
();
...
...
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