fix: lint
This commit is contained in:
@@ -71,12 +71,15 @@ function toggleExpanded() {
|
|||||||
.scrollbar-thin::-webkit-scrollbar {
|
.scrollbar-thin::-webkit-scrollbar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-track {
|
.scrollbar-thin::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-thumb {
|
.scrollbar-thin::-webkit-scrollbar-thumb {
|
||||||
@apply rounded-sm bg-gray-400/40;
|
@apply rounded-sm bg-gray-400/40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
|
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
|
||||||
@apply bg-gray-400/60;
|
@apply bg-gray-400/60;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,8 @@ const [Modal, modalApi] = useVbenModal({
|
|||||||
}
|
}
|
||||||
modalApi.lock();
|
modalApi.lock();
|
||||||
// 提交表单
|
// 提交表单
|
||||||
const data = (await formApi.getValues()) as CrmPermissionApi.BusinessTransferReqVO;
|
const data =
|
||||||
|
(await formApi.getValues()) as CrmPermissionApi.BusinessTransferReqVO;
|
||||||
try {
|
try {
|
||||||
switch (bizType.value) {
|
switch (bizType.value) {
|
||||||
case BizTypeEnum.CRM_BUSINESS: {
|
case BizTypeEnum.CRM_BUSINESS: {
|
||||||
|
|||||||
@@ -71,12 +71,15 @@ function toggleExpanded() {
|
|||||||
.scrollbar-thin::-webkit-scrollbar {
|
.scrollbar-thin::-webkit-scrollbar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-track {
|
.scrollbar-thin::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-thumb {
|
.scrollbar-thin::-webkit-scrollbar-thumb {
|
||||||
@apply rounded-sm bg-gray-400/40;
|
@apply rounded-sm bg-gray-400/40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
|
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
|
||||||
@apply bg-gray-400/60;
|
@apply bg-gray-400/60;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,13 @@ import { useRouter } from 'vue-router';
|
|||||||
import { DocAlert, Page, useVbenModal } from '@vben/common-ui';
|
import { DocAlert, Page, useVbenModal } from '@vben/common-ui';
|
||||||
import { downloadFileFromBlobPart } from '@vben/utils';
|
import { downloadFileFromBlobPart } from '@vben/utils';
|
||||||
|
|
||||||
import { ElButton, ElLoading, ElMessage, ElTabPane, ElTabs } from 'element-plus';
|
import {
|
||||||
|
ElButton,
|
||||||
|
ElLoading,
|
||||||
|
ElMessage,
|
||||||
|
ElTabPane,
|
||||||
|
ElTabs,
|
||||||
|
} from 'element-plus';
|
||||||
|
|
||||||
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
|
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
|
||||||
import {
|
import {
|
||||||
@@ -160,7 +166,11 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
<FormModal @success="handleRefresh" />
|
<FormModal @success="handleRefresh" />
|
||||||
<Grid>
|
<Grid>
|
||||||
<template #toolbar-actions>
|
<template #toolbar-actions>
|
||||||
<ElTabs v-model:model-value="sceneType" class="w-full" @tab-change="handleChangeSceneType">
|
<ElTabs
|
||||||
|
v-model:model-value="sceneType"
|
||||||
|
class="w-full"
|
||||||
|
@tab-change="handleChangeSceneType"
|
||||||
|
>
|
||||||
<ElTabPane label="我负责的" name="1" />
|
<ElTabPane label="我负责的" name="1" />
|
||||||
<ElTabPane label="我参与的" name="2" />
|
<ElTabPane label="我参与的" name="2" />
|
||||||
<ElTabPane label="下属负责的" name="3" />
|
<ElTabPane label="下属负责的" name="3" />
|
||||||
|
|||||||
@@ -8,7 +8,13 @@ import { useRouter } from 'vue-router';
|
|||||||
import { DocAlert, Page, useVbenModal } from '@vben/common-ui';
|
import { DocAlert, Page, useVbenModal } from '@vben/common-ui';
|
||||||
import { downloadFileFromBlobPart } from '@vben/utils';
|
import { downloadFileFromBlobPart } from '@vben/utils';
|
||||||
|
|
||||||
import { ElButton, ElLoading, ElMessage, ElTabPane, ElTabs } from 'element-plus';
|
import {
|
||||||
|
ElButton,
|
||||||
|
ElLoading,
|
||||||
|
ElMessage,
|
||||||
|
ElTabPane,
|
||||||
|
ElTabs,
|
||||||
|
} from 'element-plus';
|
||||||
|
|
||||||
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
|
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
|
||||||
import {
|
import {
|
||||||
@@ -144,7 +150,11 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
<ReceivableFormModal @success="handleRefresh" />
|
<ReceivableFormModal @success="handleRefresh" />
|
||||||
<Grid>
|
<Grid>
|
||||||
<template #toolbar-actions>
|
<template #toolbar-actions>
|
||||||
<ElTabs v-model:model-value="sceneType" class="w-full" @tab-change="handleChangeSceneType">
|
<ElTabs
|
||||||
|
v-model:model-value="sceneType"
|
||||||
|
class="w-full"
|
||||||
|
@tab-change="handleChangeSceneType"
|
||||||
|
>
|
||||||
<ElTabPane label="我负责的" name="1" />
|
<ElTabPane label="我负责的" name="1" />
|
||||||
<ElTabPane label="下属负责的" name="3" />
|
<ElTabPane label="下属负责的" name="3" />
|
||||||
</ElTabs>
|
</ElTabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user