mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
feat:【ele】【crm】backlog 迁移完成
This commit is contained in:
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user