mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update 集团
This commit is contained in:
@@ -104,7 +104,11 @@
|
||||
<dict-tag :options="dict.type.group_type" :value="scope.row.groupType" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="折扣率" align="center" prop="discount" />
|
||||
<el-table-column label="折扣率" align="center" prop="discount" >
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.discount }}折</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
||||
|
||||
Reference in New Issue
Block a user