|
@@ -4,7 +4,7 @@
|
|
|
<el-collapse v-model="activeName" @change="handleChange" accordion>
|
|
|
<el-collapse-item v-for="(item,index) in renderData" :key="index" :name="index+1">
|
|
|
<template slot="title">
|
|
|
- <span style="padding-left:10px;box-sizing:border-box;">
|
|
|
+ <span :title="item.Group" style="padding-left:10px;box-sizing:border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
|
|
|
{{item.Group}}
|
|
|
</span>
|
|
|
</template>
|
|
@@ -276,7 +276,14 @@
|
|
|
Visible: true,
|
|
|
FirstTag: ""
|
|
|
}
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "common": [{
|
|
|
+ InfoPointName: "*地址详情",
|
|
|
+ InfoPointCode: "JoinedInfo",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ }],
|
|
|
}
|
|
|
let allData = this.renderData[this.activeName - 1].PointList,
|
|
|
data = {
|