| | |
| | | <a-form-item field="phoneNumber" label="手机号"> |
| | | <a-input v-model="editform.phoneNumber" /> |
| | | </a-form-item> |
| | | |
| | | </a-form> |
| | | </a-modal> |
| | | <a-modal |
| | |
| | | </div> |
| | | </a-modal> |
| | | <a-modal |
| | | width="70%" |
| | | width="50%" |
| | | v-model:visible="resourcevisible" |
| | | v-if="resourcevisible" |
| | | title="权限配置" |
| | |
| | | @check="onCheckMenu" |
| | | :fieldNames="{ |
| | | key: 'menuId', |
| | | |
| | | title: 'menuName', |
| | | children: 'children', |
| | | }" |
| | | :check-strictly="checkStrictlyMenu" |
| | | > |
| | | <template #extra="nodeData"> |
| | | <!-- <template #extra="nodeData"> |
| | | <div :class="{ 'custom-class': nodeData.menuType == 1 }"> |
| | | <span> |
| | | {{ nodeData.menuName }} |
| | | </span> |
| | | </div> |
| | | </template> |
| | | <!-- <template #extra="nodeData"> {{ nodeData.menuName }}) </template> --> |
| | | </template> --> |
| | | </a-tree> |
| | | <!-- <a-space class="space_select_all"> |
| | | <a-button type="primary">全选</a-button> |
| | |
| | | import { Modal } from '@arco-design/web-vue'; |
| | | import Authheader from '@/views/authority/components/authheader.vue'; |
| | | import { create } from 'lodash'; |
| | | import { queryCanvasList } from "@/api/Agent"; |
| | | |
| | | let treeData = ref([]); |
| | | let checkedKeys = ref([]); |
| | |
| | | let deptvisible = ref(false); |
| | | let resourcevisible = ref(false); |
| | | let selectUser = ref({}); |
| | | // const treeDataList = ref([]); |
| | | const treeDataList = ref([]); |
| | | const checked1 = ref(false); |
| | | |
| | | //表格复选框选择 |
| | |
| | | |
| | | DialogList().then((res) => { |
| | | DialogsList.value = res.rows; |
| | | //加载agent |
| | | queryCanvasList(null).then((r) => { |
| | | |
| | | }); |
| | | }); |
| | | |
| | | fetchData(); |
| | | OrganizationData(''); |
| | | MenuData(); |