|
@@ -146,14 +146,14 @@
|
|
|
<el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button v-if="scope.row.releaseIs ==='001'"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
- @click="handleRelease(scope.row)"
|
|
|
- v-hasPermi="['gas:area:edit']"
|
|
|
- >释放
|
|
|
- </el-button>
|
|
|
+<!-- <el-button v-if="scope.row.releaseIs ==='001'"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-edit"-->
|
|
|
+<!-- @click="handleRelease(scope.row)"-->
|
|
|
+<!-- v-hasPermi="['gas:area:edit']"-->
|
|
|
+<!-- >释放-->
|
|
|
+<!-- </el-button>-->
|
|
|
<el-button v-if="scope.row.releaseIs ==='001'"
|
|
|
type="text"
|
|
|
plain
|