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
2cda0cdd
authored
Nov 29, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # src/views/crm/contact/ContactForm.vue
parents
8b787176
d69134ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
src/views/crm/contact/ContactForm.vue
+13
-3
No files found.
src/views/crm/contact/ContactForm.vue
View file @
2cda0cdd
...
@@ -33,9 +33,19 @@
...
@@ -33,9 +33,19 @@
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"客户"
prop=
"customerName"
>
<el-form-item
label=
"客户名称"
prop=
"customerName"
>
<el-select
v-model=
"formData.customerId"
placeholder=
"请选择客户"
value-key=
"id"
lable-key=
"name"
>
<el-select
<el-option
v-for=
"item in customerList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
/>
v-model=
"formData.customerId"
placeholder=
"请选择客户"
value-key=
"id"
lable-key=
"name"
>
<el-option
v-for=
"item in customerList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
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