Commit 44388bb5 authored by Mac's avatar Mac

1

parent 62f26b70
...@@ -50,12 +50,9 @@ ...@@ -50,12 +50,9 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="TotalNum" prop="HeXiao"
label="可用次数"> label="可用次数">
<template slot-scope="scope">
<div v-if="scope.row.TotalNum!=-1">{{scope.row.TotalNum}}</div>
<div v-if="scope.row.TotalNum==-1">无限制</div>
</template>
</el-table-column> </el-table-column>
<!-- <el-table-column--> <!-- <el-table-column-->
<!-- prop="MinConsumePrice"--> <!-- prop="MinConsumePrice"-->
......
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