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"> <ElCard class="w-1/5">
<div v-for="item in leftSides" :key="item.menu"> <div v-for="item in leftSides" :key="item.menu">
<div <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)" @click="sideClick(item)"
> >
<div>{{ item.name }}</div> <div>{{ item.name }}</div>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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