Skip to content

Commit 47bb88d

Browse files
committed
code review:产品分类
1 parent e1cff74 commit 47bb88d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/api/crm/productCategory/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import request from '@/config/axios'
22

3+
// TODO @zange:挪到 product 下,建个 category 包,挪进去哈;
34
export interface ProductCategoryVO {
45
id: number
56
name: string

src/views/crm/product/ProductForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<Dialog :title="dialogTitle" v-model="dialogVisible">
3+
<!-- TODO @zange:改成每行两个哈; -->
34
<el-form
45
ref="formRef"
56
:model="formData"

src/views/crm/productCategory/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<template>
2+
<!-- TODO @zange:挪到 product 下,建个 category 包,挪进去哈; -->
23
<ContentWrap>
34
<!-- 搜索工作栏 -->
45
<el-form

0 commit comments

Comments
 (0)