Prechádzať zdrojové kódy

code review:产品分类

YunaiV 1 rok pred
rodič
commit
47bb88d892

+ 1 - 0
src/api/crm/productCategory/index.ts

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

+ 1 - 0
src/views/crm/product/ProductForm.vue

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

+ 1 - 0
src/views/crm/productCategory/index.vue

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