|
@@ -65,7 +65,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['powerdistribution:par:edit']"
|
|
|
+
|
|
|
>修改</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -73,7 +73,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['powerdistribution:par:remove']"
|
|
|
+
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</template>
|
|
@@ -140,7 +140,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['powerdistribution:par:edit']"
|
|
|
+
|
|
|
>修改</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -148,7 +148,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['powerdistribution:par:remove']"
|
|
|
+
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</template>
|