Commit 2970522e authored by 沈翠玲's avatar 沈翠玲

客户管理

parent 42a0a540
......@@ -28,17 +28,7 @@
<tr>
<td class="label">部门</td>
<td colspan="2">
<el-tree-select
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"
/>
<el-input class="line-input" v-model="form.inputOrg" placeholder="" disabled />
</td>
<td class="label">角色</td>
<td colspan="2"><el-input class="line-input" v-model="form.inputRole" placeholder="" disabled /></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment