feat:【ele】【crm】backlog 迁移完成

This commit is contained in:
YunaiV
2025-11-19 10:16:04 +08:00
parent 43f7a12b59
commit 2144a1103b
7 changed files with 31 additions and 31 deletions

View File

@@ -97,7 +97,7 @@ onMounted(() => {
<ElCard class="w-1/5">
<div v-for="item in leftSides" :key="item.menu">
<div
class="cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-700 flex items-center justify-between px-4 py-3 border-b"
class="flex cursor-pointer items-center justify-between border-b px-4 py-3 hover:bg-gray-100 dark:hover:bg-gray-700"
@click="sideClick(item)"
>
<div>{{ item.name }}</div>

View File

@@ -66,14 +66,14 @@ const [Grid] = useVbenVxeGrid({
<template>
<Grid>
<template #name="{ row }">
<ElButton type="primary" link @click="handleDetail(row)">{{
row.name
}}</ElButton>
<ElButton type="primary" link @click="handleDetail(row)">
{{ row.name }}
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleDetail(row)"
>查看详情</ElButton
>
<ElButton type="primary" link @click="handleDetail(row)">
查看详情
</ElButton>
</template>
</Grid>
</template>

View File

@@ -66,14 +66,14 @@ const [Grid] = useVbenVxeGrid({
<template>
<Grid>
<template #name="{ row }">
<ElButton type="primary" link @click="handleDetail(row)">{{
row.name
}}</ElButton>
<ElButton type="primary" link @click="handleDetail(row)">
{{ row.name }}
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleDetail(row)"
>查看详情</ElButton
>
<ElButton type="primary" link @click="handleDetail(row)">
查看详情
</ElButton>
</template>
</Grid>
</template>

View File

@@ -66,14 +66,14 @@ const [Grid] = useVbenVxeGrid({
<template>
<Grid>
<template #name="{ row }">
<ElButton type="primary" link @click="handleDetail(row)">{{
row.name
}}</ElButton>
<ElButton type="primary" link @click="handleDetail(row)">
{{ row.name }}
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleDetail(row)"
>查看详情</ElButton
>
<ElButton type="primary" link @click="handleDetail(row)">
查看详情
</ElButton>
</template>
</Grid>
</template>

View File

@@ -76,14 +76,14 @@ const [Grid] = useVbenVxeGrid({
<template>
<Grid>
<template #name="{ row }">
<ElButton type="primary" link @click="handleDetail(row)">{{
row.name
}}</ElButton>
<ElButton type="primary" link @click="handleDetail(row)">
{{ row.name }}
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleDetail(row)"
>查看详情</ElButton
>
<ElButton type="primary" link @click="handleDetail(row)">
查看详情
</ElButton>
</template>
</Grid>
</template>

View File

@@ -98,9 +98,9 @@ const [Grid] = useVbenVxeGrid({
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleProcessDetail(row)"
>查看审批</ElButton
>
<ElButton type="primary" link @click="handleProcessDetail(row)">
查看审批
</ElButton>
</template>
</Grid>
</template>

View File

@@ -90,9 +90,9 @@ const [Grid] = useVbenVxeGrid({
</ElButton>
</template>
<template #period="{ row }">
<ElButton type="primary" link @click="handleDetail(row)">{{
row.period
}}</ElButton>
<ElButton type="primary" link @click="handleDetail(row)">
{{ row.period }}
</ElButton>
</template>
<template #actions="{ row }">
<ElButton type="primary" link @click="handleCreateReceivable(row)">