src/views/resource/patchTypeManagement.vue
@@ -29,6 +29,17 @@ <template #category="{ row }"> <el-tag>{{ row.categoryName }}</el-tag> </template> <template #menu="{ row }"> <el-button :disabled="row.patches_type === '综合类'" type="primary" text icon="el-icon-delete" @click="rowDel(row)" > 删除 </el-button> </template> </avue-crud> </basic-container> </template> @@ -85,6 +96,7 @@ gridBtn: false, searchShowBtn: false, columnBtn: false, delBtn: false, column: [ { label: '类型名称',