|
@@ -32,7 +32,7 @@
|
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['iscs:sop:add']"
|
|
|
|
|
|
|
+ v-hasPermi="['iscs:mars:sop:add']"
|
|
|
>新增
|
|
>新增
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -84,7 +84,7 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['iscs:sop:edit']"
|
|
|
|
|
|
|
+ v-hasPermi="['iscs:mars:sop:edit']"
|
|
|
>修改
|
|
>修改
|
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
|
|
@@ -95,7 +95,7 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['iscs:sop:remove']"
|
|
|
|
|
|
|
+ v-hasPermi="['iscs:mars:sop:remove']"
|
|
|
>删除
|
|
>删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|