Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
47bb88d8
authored
Nov 05, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code review:产品分类
parent
e1cff74f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/api/crm/productCategory/index.ts
+1
-0
src/views/crm/product/ProductForm.vue
+1
-0
src/views/crm/productCategory/index.vue
+1
-0
No files found.
src/api/crm/productCategory/index.ts
View file @
47bb88d8
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
...
...
src/views/crm/product/ProductForm.vue
View file @
47bb88d8
<
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"
...
...
src/views/crm/productCategory/index.vue
View file @
47bb88d8
<
template
>
<
template
>
<!-- TODO @zange:挪到 product 下,建个 category 包,挪进去哈; -->
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
<el-form
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment