|
@@ -82,8 +82,28 @@
|
|
|
<p class="row_title">规则依据</p>
|
|
|
<span class="row_tips" style="font-size:12px;color:#909399">此事件打分参考以下积分规则</span>
|
|
|
</template>
|
|
|
- <el-descriptions-item label="事件分类">{{detail_info.rule_name}}</el-descriptions-item>
|
|
|
- <el-descriptions-item label="积分规则">{{detail_info.item_name}}</el-descriptions-item>
|
|
|
+ <el-descriptions-item label="事件分类">
|
|
|
+ <el-popover
|
|
|
+ placement="bottom"
|
|
|
+ title="事件分类"
|
|
|
+ width="500"
|
|
|
+ trigger="click"
|
|
|
+ :content="detail_info.rule_name"
|
|
|
+ >
|
|
|
+ <div slot="reference" style="cursor: pointer" class="desc-content">{{detail_info.rule_name}}</div>
|
|
|
+ </el-popover>
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="积分规则">
|
|
|
+ <el-popover
|
|
|
+ placement="bottom"
|
|
|
+ title="事件分类"
|
|
|
+ width="500"
|
|
|
+ trigger="click"
|
|
|
+ :content="detail_info.item_name"
|
|
|
+ >
|
|
|
+ <div slot="reference" style="cursor: pointer" class="desc-content">{{detail_info.item_name}}</div>
|
|
|
+ </el-popover>
|
|
|
+ </el-descriptions-item>
|
|
|
<el-descriptions-item label="规则积分">
|
|
|
<template v-if="detail_info.item_range_type === 1">
|
|
|
<span v-if="detail_info.item_max_point > 0">+</span>
|