Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
2970522e
Commit
2970522e
authored
Mar 21, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户管理
parent
42a0a540
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
Customer.vue
src/views/infoGather/customerGather/components/Customer.vue
+1
-11
No files found.
src/views/infoGather/customerGather/components/Customer.vue
View file @
2970522e
...
@@ -28,17 +28,7 @@
...
@@ -28,17 +28,7 @@
<tr>
<tr>
<td
class=
"label"
>
部门
</td>
<td
class=
"label"
>
部门
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-tree-select
<el-input
class=
"line-input"
v-model=
"form.inputOrg"
placeholder=
""
disabled
/>
placeholder=
"请选择部门"
clearable
:disabled=
"form.complete === 'Y'"
v-model=
"form.inputOrg"
ref=
"treeselect"
:checkStrictly=
"true"
:props=
"{ value: 'name', label: 'name', children: 'children' }"
:data=
"departlist"
:render-after-expand=
"false"
/>
</td>
</td>
<td
class=
"label"
>
角色
</td>
<td
class=
"label"
>
角色
</td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.inputRole"
placeholder=
""
disabled
/></td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.inputRole"
placeholder=
""
disabled
/></td>
...
...
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