Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
5560da4a
Commit
5560da4a
authored
May 08, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
院线通订单管理模块小调整
parent
82ac08c4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
src/views/school-center/yxtManager/exchangeCoupon.vue
+7
-6
src/views/school-center/yxtManager/yxtOrder.vue
+2
-1
No files found.
src/views/school-center/yxtManager/exchangeCoupon.vue
View file @
5560da4a
...
...
@@ -20,7 +20,7 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"12"
>
<a-col
:md=
"6"
:sm=
"12"
v-show=
"false"
>
<a-form-item
label=
"上架状态"
>
<a-select
v-model=
"queryParam.shelfState"
style=
"width: 15rem;"
>
<a-select-option
key=
""
>
--全部--
</a-select-option>
...
...
@@ -94,19 +94,20 @@
<
template
slot=
"validityPeriod"
slot-scope=
"text"
>
{{
text
|
dayjs
}}
</
template
>
<
template
slot=
"shelfState"
slot-scope=
"text"
>
<
!--<
template slot="shelfState" slot-scope="text">
<p v-if="text==1">已上架</p>
<p v-if="text==2">已下架</p>
<p v-else=""></p>
</
template
>
</template>
-->
<
template
slot=
"state"
slot-scope=
"text"
>
<p
v-if=
"text==1"
>
未售出
</p>
<p
v-if=
"text==2"
>
已售出
</p>
<p
v-else=
""
>
售出中
</p>
<p
v-if=
"text==3"
>
售出中
</p>
<p
v-else=
""
></p>
</
template
>
<
template
slot=
"operation"
slot-scope=
"text,record"
>
<span>
<a-popconfirm
title=
"确定删除吗"
v-if=
"record.
delFlag == 0
"
@
confirm=
"remove(record,1)"
>
<a-popconfirm
title=
"确定删除吗"
v-if=
"record.
state == 1
"
@
confirm=
"remove(record,1)"
>
<a>
删除
</a>
</a-popconfirm>
<a-popconfirm
title=
"确定恢复删除吗"
v-if=
"record.delFlag == 1"
@
confirm=
"remove(record,0)"
>
...
...
@@ -186,7 +187,7 @@
{
dataIndex
:
'cardNumber'
,
width
:
40
,
title
:
'兑换券账号'
},
{
dataIndex
:
'password'
,
width
:
20
,
title
:
'密码'
},
{
dataIndex
:
'state'
,
width
:
20
,
title
:
'出售状态 '
,
scopedSlots
:
{
customRender
:
'state'
}},
{
dataIndex
:
'shelfState'
,
width
:
20
,
title
:
'上架状态 '
,
scopedSlots
:
{
customRender
:
'shelfState'
}},
/*{dataIndex: 'shelfState', width: 20, title: '上架状态 ', scopedSlots: {customRender: 'shelfState'}},*/
{
dataIndex
:
'validityPeriod'
,
width
:
40
,
...
...
src/views/school-center/yxtManager/yxtOrder.vue
View file @
5560da4a
...
...
@@ -158,7 +158,8 @@
<
template
slot=
"state2"
slot-scope=
"text"
>
<p
v-if=
"text==1"
>
未售出
</p>
<p
v-if=
"text==2"
>
已售出
</p>
<p
v-else=
""
>
售出中
</p>
<p
v-if=
"text==3"
>
售出中
</p>
<p
v-else=
""
></p>
</
template
>
<
template
v-for=
"col in ['cardNumber', 'state', 'shelfState','validityPeriod','updateDate']"
:slot=
"col"
slot-scope=
"text, record, index"
>
<div
:key=
"col"
>
...
...
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