前端
This commit is contained in:
parent
3c3db058bd
commit
6c344fecad
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<el-card style="margin-bottom: 20px">
|
<el-card style="margin-bottom: 20px">
|
||||||
<el-button type="primary" icon="el-icon-plus" style="margin-bottom: 10px " @click="addoilBlock()">新增囤油卡</el-button>
|
<el-button type="primary" icon="el-icon-plus" style="margin-bottom: 10px " @click="addoilBlock()">新增电子囤油卡</el-button>
|
||||||
<el-alert
|
<el-alert
|
||||||
title="当前配置为锁价活动、锁价活动为充值后所得升数进行锁定,卡类型下每个油品最多可创建6个锁价充值活动"
|
title="当前配置为锁价活动、锁价活动为充值后所得升数进行锁定,卡类型下每个油品最多可创建6个锁价充值活动"
|
||||||
type="info"
|
type="info"
|
||||||
@ -59,6 +59,12 @@
|
|||||||
type="index"
|
type="index"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<el-table-column
|
||||||
|
prop="type"
|
||||||
|
label="油品信息"
|
||||||
|
>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lockupPrice"
|
prop="lockupPrice"
|
||||||
label="囤油锁定价(元)/L"
|
label="囤油锁定价(元)/L"
|
||||||
|
Loading…
Reference in New Issue
Block a user