fix(Category.vue): 添加Picture图标

Former-commit-id: d1a3f0ed027f1aad9824e267d6b09feb37fa3063
This commit is contained in:
郝先瑞
2022-04-19 12:34:28 +08:00
parent ce80738875
commit 8402f5eb67

View File

@@ -68,7 +68,7 @@
<script setup lang="ts">
import { listCategories, addCategory, updateCategory, deleteCategories } from '@/api/pms/category'
import { Plus, Edit, Delete } from '@element-plus/icons-vue'
import { Plus, Edit, Delete, Picture } from '@element-plus/icons-vue'
import SingleUpload from '@/components/Upload/SingleUpload.vue'
import { onMounted, reactive, ref, toRefs, unref } from "vue";
import { ElForm, ElMessage, ElMessageBox, ElTree } from "element-plus";