@@ -298,9 +298,9 @@
style="width: 100%"
>
<template slot-scope="{ item }">
- <p style="line-height: 30px">{{ item.address }}</p>
+ <p style="line-height: 30px">{{ item.title }}</p>
<p style="line-height: 20px;font-size: 12px;color: #999">
- {{ item.title }}
+ {{ item.address }}
</p>
</template>
</el-autocomplete>