tijiao
This commit is contained in:
@@ -185,6 +185,19 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="adminControl"
|
||||
width="110"
|
||||
header-align="center"
|
||||
align="center"
|
||||
label="是否直接购买"
|
||||
>
|
||||
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.adminControl == 0" style="color: #606266;font-weight: 700;">是</span>
|
||||
<span v-else style="color: red;font-weight: 700;">否</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="sort"
|
||||
width="80"
|
||||
|
||||
Reference in New Issue
Block a user