|
@@ -93,9 +93,7 @@
|
|
|
<el-button v-hasPermi="['system:version:edit']" icon="el-icon-edit-outline" size="mini" type="text"
|
|
<el-button v-hasPermi="['system:version:edit']" icon="el-icon-edit-outline" size="mini" type="text"
|
|
|
@click="handleUpdate(scope.row)">编辑
|
|
@click="handleUpdate(scope.row)">编辑
|
|
|
</el-button>
|
|
</el-button>
|
|
|
- </template>
|
|
|
|
|
- <template v-if="!scope.row.isUse" slot-scope="scope">
|
|
|
|
|
- <el-button v-hasPermi="['system:version:remove']" icon="el-icon-edit-outline" size="mini" type="text"
|
|
|
|
|
|
|
+ <el-button v-if="!scope.row.isUse" v-hasPermi="['system:version:remove']" icon="el-icon-delete" size="mini" type="text"
|
|
|
@click="handleDelete(scope.row.id)">删除
|
|
@click="handleDelete(scope.row.id)">删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|