sc
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
<div class="flex" style="align-items: center">
|
||||
<b class="mr-5px text-24px">{{ info.name }}</b>
|
||||
<div class="mr-5px text-16px">{{ info.phone }}</div>
|
||||
<el-tag type="success">{{ info.intentionStateName }}</el-tag>
|
||||
<!-- <el-tag type="success">{{ info.intentionStateName }}</el-tag> -->
|
||||
<DictTag type="intention_state" :value="info.intentionState + ''" />
|
||||
</div>
|
||||
<div>
|
||||
<el-button type="primary" v-hasPermi="['clue:pool:update']" plain @click="handleUpdate">
|
||||
@@ -64,8 +65,11 @@
|
||||
>
|
||||
<el-card shadow="always" :body-style="{ padding: '10px' }">
|
||||
<div>
|
||||
<div>
|
||||
<b class="text-18px" style="line-height: 36px">{{ item.operateUserName }}</b>
|
||||
<div class="flex items-center">
|
||||
<b class="text-18px mr-10px" style="line-height: 36px">
|
||||
{{ item.operateUserName }}
|
||||
</b>
|
||||
<DictTag type="intention_state" :value="item.intentionState + ''" />
|
||||
</div>
|
||||
<div>{{ item.content }}</div>
|
||||
<div class="flex mt-10px" style="align-items: center">
|
||||
|
||||
Reference in New Issue
Block a user