|
@@ -14,8 +14,9 @@
|
|
|
<span class="">{{ item.name }}</span>
|
|
<span class="">{{ item.name }}</span>
|
|
|
<span>{{ item.mobile }}</span>
|
|
<span>{{ item.mobile }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="depart">
|
|
|
|
|
|
|
+ <div class="depart flex items-center">
|
|
|
{{ item.deptName }}
|
|
{{ item.deptName }}
|
|
|
|
|
+ <el-tag type="primary" size="small" class="ml-10px">{{ typeAttrList[item.typeAttr] }}</el-tag>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-icon v-show="item.checked"><Check /></el-icon>
|
|
<el-icon v-show="item.checked"><Check /></el-icon>
|
|
@@ -53,6 +54,13 @@ const handleSelect = (item, index) => {
|
|
|
checkedItem.value = item
|
|
checkedItem.value = item
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+const typeAttrList=ref({
|
|
|
|
|
+ '5':'团队',
|
|
|
|
|
+ '6':'个代',
|
|
|
|
|
+ '7':'渠道',
|
|
|
|
|
+ '8':'电销',
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
// 取消
|
|
// 取消
|
|
|
const handleCancel = () => {
|
|
const handleCancel = () => {
|
|
|
emits('close', checkedItem.value)
|
|
emits('close', checkedItem.value)
|