|
@@ -333,7 +333,7 @@
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleAddItem"
|
|
@click="handleAddItem"
|
|
- v-hasPermi="['inspectiontype:inspectionitem:add']"
|
|
|
|
|
|
+ v-hasPermi="['inspectiontype:inspectiontype:add']"
|
|
>新增</el-button>
|
|
>新增</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
@@ -389,14 +389,14 @@
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
@click="handleUpdateItem(scope.row)"
|
|
@click="handleUpdateItem(scope.row)"
|
|
- v-hasPermi="['inspectiontype:inspectionitem:edit']"
|
|
|
|
|
|
+ v-hasPermi="['inspectiontype:inspectiontype:edit']"
|
|
>修改</el-button>
|
|
>修改</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
@click="handleDeleteItem(scope.row)"
|
|
@click="handleDeleteItem(scope.row)"
|
|
- v-hasPermi="['inspectiontype:inspectionitem:remove']"
|
|
|
|
|
|
+ v-hasPermi="['inspectiontype:inspectiontype:remove']"
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|