@@ -50,7 +50,7 @@
row-key="id"
>
<!-- 表头工具栏 -->
- <template v-slot:toolbar>
+ <!-- <template v-slot:toolbar>
<el-button
v-if="attributeData.status != 1"
size="small"
@@ -61,7 +61,7 @@
添加工序
</el-button>
- </template>
+ </template> -->
<!-- 展开内容 -->
<template v-slot:expand="{ row, $index }">
@@ -185,7 +185,7 @@
配置
</el-link>
- <el-popconfirm
+ <!-- <el-popconfirm
class="ele-action"
title="确定要删除当前工序吗?"
@confirm="remove(row)"
@@ -195,7 +195,7 @@
删除
</template>
- </el-popconfirm>
+ </el-popconfirm> -->
</ele-pro-table>
</el-card>
@@ -23,7 +23,7 @@
show-checkbox
:data="authData"
node-key="id"
- :default-expand-all="true"
+ :default-expand-all="false"
:props="{ label: 'name' }"
:default-checked-keys="checkedKeys"