礼品卡
This commit is contained in:
parent
bc54119f5d
commit
ea966e084b
@ -97,17 +97,13 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="type"
|
||||
label="限制时间"
|
||||
label="到期时间"
|
||||
width="350"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div style="display: flex;align-items: center" v-if="scope.row.stipulateTimeS">
|
||||
<div>{{scope.row.stipulateTimeS}}</div>
|
||||
<div> --- </div>
|
||||
<div>{{scope.row.stipulateTimeE}}</div>
|
||||
<div style="display: flex;align-items: center" v-if="scope.row.expireTime">
|
||||
<div>{{scope.row.expireTime}}</div>
|
||||
</div>
|
||||
|
||||
<!-- <el-tag>{{scope.row.type}}</el-tag>-->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column-->
|
||||
@ -217,7 +213,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<div style="margin-left: 10px" v-if="oilPrice&&gbPrice">今日油价:<span style="color: red">{{oilPrice || ''}}</span> 元/L 国标油价:<span style="color: red">{{oilPrice || ''}}</span>元/L </div>
|
||||
<div style="margin-left: 10px" v-if="oilPrice&&gbPrice">今日油价:<span style="color: red">{{oilPrice || ''}}</span> 元/L 国标油价:<span style="color: red">{{gbPrice || ''}}</span>元/L </div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -276,6 +272,22 @@
|
||||
|
||||
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="到期时间" prop="expireTime">
|
||||
<div style="width: 100%;display: flex;align-items: center ">
|
||||
<div style="width: 45%">
|
||||
<el-date-picker
|
||||
v-model="ruleForm.expireTime"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
type="datetime"
|
||||
placeholder="到期时间">
|
||||
</el-date-picker>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="活动状态" prop="resource">
|
||||
<el-radio-group v-model="ruleForm.activeStatus">
|
||||
<el-radio label="1">启用</el-radio>
|
||||
|
Loading…
Reference in New Issue
Block a user