调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user