|
@@ -1,5 +1,8 @@
|
|
|
<template>
|
|
|
<div class="content" v-loading="loading">
|
|
|
+ <div class="user-name">
|
|
|
+ <i class="iconfont icon-icon_factory1" style="color:#0084ff;margin-right:10px;"></i>{{ detailsData.name }}
|
|
|
+ </div>
|
|
|
<div class="line">
|
|
|
<span class="title_" v-if="detailsData.customerCode">客户代码:<span style="color:#000">{{ detailsData.customerCode }}</span></span>
|
|
|
<span class="title_" v-if="detailsData.customerCode && detailsData.status" style="margin: 0 6px">|</span>
|
|
@@ -320,6 +323,12 @@ const getPhone = (res) => {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.user-name{
|
|
|
+ font-weight: bold;
|
|
|
+ border-bottom:1px solid #dcdcdc;
|
|
|
+ line-height: 30px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
.content {
|
|
|
font-size: 12px;
|
|
|
padding: 10px;
|