|
@@ -66,8 +66,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" width="200" fixed="right" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['basicdata:warehouse:edit']">修改</el-button>
|
|
|
+ <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
|
|
+ v-hasPermi="['basicdata:warehouse:edit']">修改</el-button> -->
|
|
|
<el-button size="mini" type="text" icon="el-icon-plus" @click="handleAdd(scope.row)"
|
|
|
v-hasPermi="['basicdata:warehouse:add']">新增</el-button>
|
|
|
<el-button size="mini" type="text" icon="el-icon-plus" v-if="scope.row.fLocation === 1"
|