Browse Source

Merge pull request 'fix issue 315' (#324) from fix-92 into V202108

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/324
tags/v1.21.8^2
zhoupzh 4 years ago
parent
commit
0adc7adf84
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