| | |
| | | <template> |
| | | <el-dialog |
| | | :title="!form1.id?'新增':'修改'" |
| | | width="60%" |
| | | modal-append-to-body='false' |
| | | append-to-body='true' |
| | | :close-on-click-model="true" |
| | | :visible.sync="visible" |
| | | > |
| | | <avue-form :option="option" v-model="form1" @submit="update"> |
| | | <template slot-scope="{ row }" slot="input"> |
| | | <el-tag>{{ row }}</el-tag> |
| | | </template> |
| | | </avue-form> |
| | | </el-dialog> |
| | | <el-dialog |
| | | :title="!form1.id ? '新增' : '修改'" |
| | | width="60%" |
| | | modal-append-to-body="false" |
| | | append-to-body="true" |
| | | :close-on-click-model="true" |
| | | :visible.sync="visible" |
| | | > |
| | | <avue-form :option="option" v-model="form1" @submit="update"> |
| | | <template slot-scope="{ row }" slot="input"> |
| | | <el-tag>{{ row }}</el-tag> |
| | | </template> |
| | | </avue-form> |
| | | </el-dialog> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | tip: false, |
| | | searchShow: true, |
| | | searchMenuSpan: 6, |
| | | border: false, |
| | | border: true, //liu |
| | | stripe: true, |
| | | index: true, |
| | | selection: true, |
| | |
| | | label: "所属组织机构", |
| | | prop: "deptId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | dicUrl: |
| | | "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | |
| | | required: true, |
| | | message: "请选择组织机构", |
| | | trigger: "blur", |
| | | } |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | |
| | | required: true, |
| | | message: "请输入登录账号", |
| | | trigger: "blur", |
| | | } |
| | | }, |
| | | ], |
| | | // disabled: true, |
| | | }, |
| | |
| | | { |
| | | label: "用户昵称", |
| | | prop: "name", |
| | | }, { |
| | | }, |
| | | { |
| | | label: "所属行政区", |
| | | prop: "jurisdiction", |
| | | // multiple: true, |
| | |
| | | trigger: "click", |
| | | }, |
| | | ], |
| | | },{ |
| | | }, |
| | | { |
| | | label: "所属角色", |
| | | prop: "roleId", |
| | | multiple: true, |
| | |
| | | trigger: "click", |
| | | }, |
| | | ], |
| | | },{ |
| | | }, |
| | | { |
| | | label: "所属岗位", |
| | | prop: "postId", |
| | | type: "tree", |
| | |
| | | value: "dictKey", |
| | | }, |
| | | dataType: "number", |
| | | slot: true |
| | | slot: true, |
| | | }, |
| | | { |
| | | label: "政治面貌", |
| | |
| | | { |
| | | prop: "UserPractitionersInfo", |
| | | type: "dynamic", |
| | | border: false, |
| | | border: true, //liu |
| | | span: 24, |
| | | children: { |
| | | align: "left", |
| | |
| | | }, |
| | | datachild: [], |
| | | }; |
| | | |
| | | }, |
| | | watch: { |
| | | "form.tenantId"() { |
| | |
| | | margin-left: 0px !important; |
| | | } */ |
| | | |
| | | |
| | | .addorupdatetitle{ |
| | | .addorupdatetitle { |
| | | position: absolute; |
| | | left: 10px; |
| | | top: 70px; |
| | |
| | | height: 10px; |
| | | font-size: 10px; |
| | | cursor: pointer; |
| | | |
| | | } |
| | | .xx { |
| | | position: absolute; |