This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
link
|
link
|
||||||
class="package-name-link"
|
class="package-name-link"
|
||||||
@click="handleShowDailyRecords(scope.row)"
|
@click="handleShowDailyRecords(scope.row)"
|
||||||
v-permission="'package-usage:daily-records:view'"
|
v-permission="'package_usage:daily_records'"
|
||||||
>
|
>
|
||||||
{{ scope.row.package_name }}
|
{{ scope.row.package_name }}
|
||||||
</ElButton>
|
</ElButton>
|
||||||
@@ -105,13 +105,13 @@
|
|||||||
{{ formatDateTime(scope.row.expires_at) }}
|
{{ formatDateTime(scope.row.expires_at) }}
|
||||||
</template>
|
</template>
|
||||||
</ElTableColumn>
|
</ElTableColumn>
|
||||||
<ElTableColumn label="操作" width="100" align="center" fixed="right">
|
<ElTableColumn label="操作" width="100" fixed="right">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<ElButton
|
<ElButton
|
||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
@click="handleShowDailyRecords(scope.row)"
|
@click="handleShowDailyRecords(scope.row)"
|
||||||
v-permission="'package-usage:daily-records:view'"
|
v-permission="'package_usage:daily_records'"
|
||||||
>
|
>
|
||||||
流量详单
|
流量详单
|
||||||
</ElButton>
|
</ElButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user