赞
踩
<el-table-column prop="yourProp" label="糟糕程度" width="160">
<template v-slot:default="scope">
<p>
{{ scope.row.star }}
</p>
<el-rate
v-model="tableData[scope.$index].star"
:show-text="false"
allow-half>
</el-rate>
</template>
</el-table-column>
<el-table-column
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。