提交 a1f822ae 编写于 作者: yi.li's avatar yi.li

云鹊店铺管理员增删优化

上级 532f40df
......@@ -160,7 +160,7 @@
src="../../assets/image/plus.png"
/>
<img
v-if=""
v-if="formData.adminList.length > 1"
@click="deleteItem(index)"
class="edit-img"
src="../../assets/image/trash.png"
......
......@@ -71,7 +71,7 @@
<span>{{ scope.row.tradeStore.createdTime }}</span>
</template>
</el-table-column>
<el-table-column label="操作" min-width="150" align="center" fixed="right">
<el-table-column label="操作" min-width="230" align="center" fixed="right">
<template slot-scope="scope">
<div>
<el-button @click="editShop(scope.row)" type="text" size="small">编辑</el-button>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册