Commit 88d42727 authored by “yiyousong”'s avatar “yiyousong”

pref:修改添加工作人员

parent 44bb8741
......@@ -10,21 +10,6 @@
<a-form-model-item label="中介服务事项名称" prop="title">
<a-input placeholder="请输入事项名称" v-model="form.title" />
</a-form-model-item>
<!-- <a-form-model-item label="所属事项" prop="matterId">
<a-select
allowClear
@select="handleSelect"
v-model="form.matterId"
placeholder="请选择所属事项"
>
<a-select-option
v-for="v in matterList"
:key="v.id"
:value="v.matterId"
>{{ v.matterName }}</a-select-option
>
</a-select>
</a-form-model-item> -->
<a-form-model-item
label="中介服务实施机构及资质资格要求"
prop="intermediaryRequest"
......
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