Commit df31513f by liuchenxi

update: 修改卡券標簽

parent 8be637f0
......@@ -636,8 +636,8 @@
<!-- 会员标签嵌入卡券选择器 com023 -->
<!-- v-if="parent.templateCode == 'com023'" -->
<div v-if="parent.templateCode == 'com023'">
<div style="margin-bottom:20px" v-if="templateDataList.columnKey == 'pendingCard' || templateDataList.columnKey == 'receivedCard'">
<div v-if="parent.templateCode == 'com023'" style="min-height: 60px">
<div style="margin-bottom:20px" v-if="templateDataList.tagName == '已领取指定卡券' || templateDataList.tagName == '待领取指定卡券'">
选择卡券:<el-radio-group v-model="cardRadioType">
<el-radio :label="0">全部卡券</el-radio>
<el-radio :label="1">部分卡券</el-radio>
......@@ -756,7 +756,7 @@
<!-- 会员标签嵌入卡券选择器 com024 -->
<!-- v-if="parent.templateCode == 'com024'" -->
<div v-if="parent.templateCode == 'com024'">
<div v-if="parent.templateCode == 'com024'" style="min-height: 100px">
<div style="margin-bottom:20px">
<el-input type="text" v-model="expiration" style="width:90px;" @change="onChangeTime" />
天后过期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment