✨ feat: 仓库管理
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { listCustomer, getCustomer, delCustomer, addCustomer, updateCustomer } from "@/api/wms/customer";
|
||||
import { listCustomer, getCustomer, delCustomer, addCustomer, updateCustomer } from "@/api/oms/customer";
|
||||
|
||||
export default {
|
||||
name: "Customer",
|
||||
@@ -239,8 +239,8 @@ export default {
|
||||
// fixed: 'right',
|
||||
// render: (h, row) => {
|
||||
// const actions = [];
|
||||
// actions.push(<el-button type="text" size="small" icon="el-icon-edit" onClick={() => this.handleUpdate(row)}>修改</el-button>)
|
||||
// actions.push(<el-button type="text" size="small" icon="el-icon-delete" onClick={() => this.handleDelete(row)}>删除</el-button>)
|
||||
// actions.push(<el-button type="text" size="small" icon="Edit" onClick={() => this.handleUpdate(row)}>修改</el-button>)
|
||||
// actions.push(<el-button type="text" size="small" icon="Delete" onClick={() => this.handleDelete(row)}>删除</el-button>)
|
||||
// return actions;
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user