|
@@ -26,7 +26,12 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #table-column-id="{scope}">
|
|
<template #table-column-id="{scope}">
|
|
|
- <span>{{ scope.row.id }}</span>
|
|
|
|
|
|
|
+ <el-link
|
|
|
|
|
+ :underline="true"
|
|
|
|
|
+ @click="detailShowFn(scope.row)"
|
|
|
|
|
+ style="font-size:12px;"
|
|
|
|
|
+ >{{ scope.row.id }}</el-link
|
|
|
|
|
+ >
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #table-column-mobile="{scope}">
|
|
<template #table-column-mobile="{scope}">
|
|
@@ -36,7 +41,7 @@
|
|
|
|
|
|
|
|
<template #table-column-userName="{scope}">
|
|
<template #table-column-userName="{scope}">
|
|
|
<el-link
|
|
<el-link
|
|
|
- :underline="false"
|
|
|
|
|
|
|
+ :underline="true"
|
|
|
@click="detailShowFn(scope.row)"
|
|
@click="detailShowFn(scope.row)"
|
|
|
style="font-size:12px;"
|
|
style="font-size:12px;"
|
|
|
>{{ scope.row.userName }}</el-link
|
|
>{{ scope.row.userName }}</el-link
|
|
@@ -363,7 +368,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'store',
|
|
prop: 'store',
|
|
|
- label: '到店',
|
|
|
|
|
|
|
+ label: '到店消费',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
width: 100
|
|
width: 100
|
|
|
},
|
|
},
|