Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
97312de9
Commit
97312de9
authored
May 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4d8ccac1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
domesticTicketManagement.vue
src/components/scenicSpot/domesticTicketManagement.vue
+7
-1
No files found.
src/components/scenicSpot/domesticTicketManagement.vue
View file @
97312de9
...
@@ -154,6 +154,7 @@
...
@@ -154,6 +154,7 @@
<th
width=
"200"
>
{{
$t
(
"scen.sc_bjts"
)
}}
</th>
<th
width=
"200"
>
{{
$t
(
"scen.sc_bjts"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_dj"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_dj"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_gj"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_gj"
)
}}
</th>
<th>
是否上架
</th>
<!--
<th
width=
"300"
>
{{
$t
(
"hotel.hotel_remark"
)
}}
</th>
-->
<!--
<th
width=
"300"
>
{{
$t
(
"hotel.hotel_remark"
)
}}
</th>
-->
<th>
{{
$t
(
"system.table_operation"
)
}}
</th>
<th>
{{
$t
(
"system.table_operation"
)
}}
</th>
</tr>
</tr>
...
@@ -204,6 +205,10 @@
...
@@ -204,6 +205,10 @@
</p>
</p>
<p
class=
"Ldata"
>
{{
item
.
HDate
}}
</p>
<p
class=
"Ldata"
>
{{
item
.
HDate
}}
</p>
</td>
</td>
<td>
<span
v-if=
"item.IsShelves===0"
>
上架
</span>
<span
v-if=
"item.IsShelves===1"
>
下架
</span>
</td>
<!--
<td>
<!--
<td>
<el-tooltip
<el-tooltip
class=
"item"
class=
"item"
...
@@ -216,6 +221,7 @@
...
@@ -216,6 +221,7 @@
<span
class=
"descripTion"
>
{{
item
.
TicketDesc
}}
</span>
<span
class=
"descripTion"
>
{{
item
.
TicketDesc
}}
</span>
</el-tooltip>
</el-tooltip>
</td>
-->
</td>
-->
<td>
<td>
<el-button-group>
<el-button-group>
<el-tooltip
<el-tooltip
...
@@ -310,8 +316,8 @@
...
@@ -310,8 +316,8 @@
</el-select>
</el-select>
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
label=
"是否上架"
prop=
"IsShelves"
>
<el-form-item
label=
"是否上架"
prop=
"IsShelves"
>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"1"
>
下架
</el-radio>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"0"
>
上架
</el-radio>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"0"
>
上架
</el-radio>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"1"
>
下架
</el-radio>
</el-form-item>
</el-form-item>
<el-form-item
label=
"是否闪入园"
prop=
"IsSameDayBuy"
>
<el-form-item
label=
"是否闪入园"
prop=
"IsSameDayBuy"
>
<el-radio
v-model=
"addMsg.IsSameDayBuy"
:label=
"1"
>
是
</el-radio>
<el-radio
v-model=
"addMsg.IsSameDayBuy"
:label=
"1"
>
是
</el-radio>
...
...
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