将资产列表操作列中的"管理SKU"按钮文本修改为"规格管理"
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<el-table-column label="操作" width="200" fixed="right" align="center">
|
||||
<template #default="scope">
|
||||
<el-button size="small" text type="primary" @click="onEdit(scope.row)">修改</el-button>
|
||||
<el-button size="small" text type="success" @click="onAddSku(scope.row)">管理SKU</el-button>
|
||||
<el-button size="small" text type="success" @click="onAddSku(scope.row)">规格管理</el-button>
|
||||
<el-button size="small" text type="danger" @click="onRowDel(scope.row)">删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user