md
This commit is contained in:
parent
f061bb2f4d
commit
9ca6ead633
@ -72,7 +72,7 @@
|
||||
-->
|
||||
<el-table-column label="品牌名称" align="left" prop="name" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<div class="link-type" @click="handleView(scope.row)">{{scope.row.name}}</div>
|
||||
<div class="link-type" @click="handleUpdate(scope.row)">{{scope.row.name}}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="英文名称" align="center" prop="nameEn" min-width="100" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user