This commit is contained in:
2025-08-19 16:24:37 +08:00
parent 27909c5231
commit e9d967478a
6 changed files with 1233 additions and 1 deletions

View File

@@ -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"