|
@@ -12,10 +12,10 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="规则范围" align="center" prop="options" width="440px">
|
|
<el-table-column label="规则范围" align="center" prop="options" width="440px">
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
|
- <el-tag size="medium" v-if="scope.row.options.length > 0" :key="option" v-for="option in scope.row.options">
|
|
|
|
|
|
|
+ <el-tag size="medium" v-if="scope.row.type !== 60 && scope.row.options.length > 0" :key="option" v-for="option in scope.row.options">
|
|
|
{{ getAssignRuleOptionName(scope.row, option) }}
|
|
{{ getAssignRuleOptionName(scope.row, option) }}
|
|
|
</el-tag>
|
|
</el-tag>
|
|
|
- <el-tag size="medium" v-if="scope.row.options.length === 0">
|
|
|
|
|
|
|
+ <el-tag size="medium" v-if="scope.row.type === 60">
|
|
|
{{ getAssignRuleOptionName(scope.row) }}
|
|
{{ getAssignRuleOptionName(scope.row) }}
|
|
|
</el-tag>
|
|
</el-tag>
|
|
|
</template>
|
|
</template>
|