Commit 47bb88d8 by YunaiV

code review:产品分类

parent e1cff74f
import request from '@/config/axios'
// TODO @zange:挪到 product 下,建个 category 包,挪进去哈;
export interface ProductCategoryVO {
id: number
name: string
......
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible">
<!-- TODO @zange:改成每行两个哈; -->
<el-form
ref="formRef"
:model="formData"
......
<template>
<!-- TODO @zange:挪到 product 下,建个 category 包,挪进去哈; -->
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment