This commit is contained in:
liushiwei
2023-10-25 12:20:10 +08:00
parent e52e62c1d5
commit 0522cadeee
11 changed files with 761 additions and 71 deletions

View File

@@ -45,7 +45,7 @@
@getList="getList">
<el-table-column slot="url" label="商品地址" align="left">
<template slot-scope="scope">
<div><a :href="scope.row.url" target="_blank">{{ scope.row.url }}</a></div>
<div><a class="el-link el-link--primary" :href="scope.row.url" target="_blank">{{ scope.row.url }}</a></div>
</template>
</el-table-column>
</ai-table>