|
|
@ -1,7 +1,8 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="maxb"> |
|
|
|
<basic-container> |
|
|
|
|
|
|
|
<div class="avue-crud"> |
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions |
|
|
|
<el-descriptions |
|
|
|
class="margin-top" |
|
|
|
|
|
|
|
title="客户信息详情" |
|
|
|
title="客户信息详情" |
|
|
|
:column="2" |
|
|
|
:column="2" |
|
|
|
size="Large" |
|
|
|
size="Large" |
|
|
@ -144,8 +145,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions> |
|
|
|
</el-descriptions> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</basic-container> |
|
|
|
<!-- <el-button type="primary" @click="bkbut">返回</el-button> --> |
|
|
|
<!-- <el-button type="primary" @click="bkbut">返回</el-button> --> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<script setup> |
|
|
|
<script setup> |
|
|
@ -180,20 +181,4 @@ function bkbut(){ |
|
|
|
const { detail }=toRefs(details) |
|
|
|
const { detail }=toRefs(details) |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<style lang="scss"> |
|
|
|
<style lang="scss"> |
|
|
|
.margin-top{ |
|
|
|
|
|
|
|
// margin-top: 20px; |
|
|
|
|
|
|
|
margin-left: 20px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.maxb{ |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
margin-left: 20px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
|
|
box-shadow: var(--el-box-shadow-light); |
|
|
|
|
|
|
|
padding: 20px 0; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
padding-top: 20px; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |
|
|
|