feat:【ele】【crm】backlog 迁移完成
parent
43f7a12b59
commit
2144a1103b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)">
|
||||
|
|
|
|||
Loading…
Reference in New Issue