code review:产品分类

This commit is contained in:
YunaiV 2023-11-05 20:50:13 +08:00
parent e1cff74f41
commit 47bb88d892
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import request from '@/config/axios'
// TODO @zange挪到 product 下,建个 category 包,挪进去哈;
export interface ProductCategoryVO {
id: number
name: string

View File

@ -1,5 +1,6 @@
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible">
<!-- TODO @zange改成每行两个哈 -->
<el-form
ref="formRef"
:model="formData"

View File

@ -1,4 +1,5 @@
<template>
<!-- TODO @zange挪到 product 建个 category 挪进去哈 -->
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form