|
@@ -62,7 +62,7 @@ |
|
|
<a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> |
|
|
<a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> |
|
|
</el-tooltip> |
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
<span class="text-over" :title="scope.row.description">{{ scope.row.description | clearP}}</span> |
|
|
|
|
|
|
|
|
<span class="text-over" :title="scope.row.description | clearP">{{ scope.row.description | clearP}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column |
|
@@ -154,7 +154,7 @@ |
|
|
<a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> |
|
|
<a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> |
|
|
</el-tooltip> |
|
|
</el-tooltip> |
|
|
|
|
|
|
|
|
<span class="text-over" :title="scope.row.description">{{ scope.row.description | clearP }}</span> |
|
|
|
|
|
|
|
|
<span class="text-over" :title="scope.row.description | clearP">{{ scope.row.description | clearP }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column |
|
@@ -362,10 +362,12 @@ export default { |
|
|
searchName(){ |
|
|
searchName(){ |
|
|
if(this.activeName=='first'){ |
|
|
if(this.activeName=='first'){ |
|
|
this.params.name = this.search |
|
|
this.params.name = this.search |
|
|
|
|
|
this.params.page = 1 |
|
|
this.getImageList() |
|
|
this.getImageList() |
|
|
} |
|
|
} |
|
|
if(this.activeName=='second'){ |
|
|
if(this.activeName=='second'){ |
|
|
this.params1.name = this.search |
|
|
this.params1.name = this.search |
|
|
|
|
|
this.params1.page = 1 |
|
|
this.getImageList1() |
|
|
this.getImageList1() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|