chencc hace 1 año
padre
commit
0876b51c46

+ 4 - 4
src/views/material/BOMmanage/components/workmanship.vue

@@ -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 @@
                 删除
               </el-link>
             </template>
-          </el-popconfirm>
+          </el-popconfirm> -->
         </template>
       </ele-pro-table>
     </el-card>

+ 1 - 1
src/views/system/role/components/role-auth.vue

@@ -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"
           >