改名 employess 改成 employees
This commit is contained in:
parent
ea5d0eb111
commit
2f770d0b06
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<a-card :class="{
|
<a-card :class="{
|
||||||
'selected-card': orgInfo.izOnline== 'Y',
|
'selected-card': orgInfo.izOnline== 1,
|
||||||
'directive-selected-card': isDirectiveSelected,
|
'directive-selected-card': isDirectiveSelected,
|
||||||
'org-card': true
|
'org-card': true
|
||||||
}" style="width: 100%; border-radius: 8px;" :style="{ cursor: clickable ? 'pointer' : 'default' }"
|
}" style="width: 100%; border-radius: 8px;" :style="{ cursor: clickable ? 'pointer' : 'default' }"
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
import { useMessage } from '/@/hooks/web/useMessage';
|
import { useMessage } from '/@/hooks/web/useMessage';
|
||||||
import { saveOrUpdate } from '../NuEmployeesAdvisoryInfo.api';
|
import { saveOrUpdate } from '../NuEmployeesAdvisoryInfo.api';
|
||||||
import { def } from 'node_modules/@vue/shared/dist/shared';
|
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 { createMessage } = useMessage();
|
||||||
const confirmLoading = ref<boolean>(false);
|
const confirmLoading = ref<boolean>(false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue