Browse Source

fix issue 315

tags/v1.21.8^2
zhoupzh 4 years ago
parent
commit
0b34bb3450
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      web_src/js/components/Images.vue

+ 3
- 3
web_src/js/components/Images.vue View File

@@ -62,7 +62,7 @@
<a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a>
</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>
</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>
</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>
</el-table-column>
<el-table-column
@@ -367,7 +367,7 @@ export default {
}
if(this.activeName=='second'){
this.params1.name = this.search
this.params.page = 1
this.params1.page = 1
this.getImageList1()
}


Loading…
Cancel
Save