改名 employess 改成 employees

This commit is contained in:
曹磊 2026-02-03 10:09:35 +08:00
parent ea5d0eb111
commit 2f770d0b06
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<a-card :class="{
'selected-card': orgInfo.izOnline== 'Y',
'selected-card': orgInfo.izOnline== 1,
'directive-selected-card': isDirectiveSelected,
'org-card': true
}" style="width: 100%; border-radius: 8px;" :style="{ cursor: clickable ? 'pointer' : 'default' }"

View File

@ -20,7 +20,7 @@
import { useMessage } from '/@/hooks/web/useMessage';
import { saveOrUpdate } from '../NuEmployeesAdvisoryInfo.api';
import { def } from 'node_modules/@vue/shared/dist/shared';
import OrgCard from '/@/components/OrgCard/OrgCardEmployess.vue'
import OrgCard from '/@/components/OrgCard/OrgCardEmployees.vue'
const { createMessage } = useMessage();
const confirmLoading = ref<boolean>(false);