添加:商户端评论审核功能
This commit is contained in:
parent
6b9bee8acf
commit
174e03c034
|
|
@ -152,7 +152,7 @@
|
|||
<span v-else @dblclick.stop="tabClick(scope.row)">{{ scope.row['sort'] }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="sort" label="排序" min-width="100">
|
||||
<el-table-column prop="sort" label="状态" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row['status'] == 1 ? '通过' : '待审核' }}
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue