This commit is contained in:
Swift
2024-02-24 18:43:19 +03:30
parent 85b95ed60d
commit 9bf686bbfe
3 changed files with 10 additions and 4 deletions
+3 -3
View File
@@ -28,9 +28,9 @@
<el-table-column prop="title" label="کاربر" width="">
<template slot-scope="scope">
<nuxt-link :to="{ name: 'admin-customers-customer', params: { customer: scope.row.user._id } }">
{{ scope.row.user.first_name + ' ' + scope.row.user.last_name }}
</nuxt-link>
{{ scope.row.fullName }}
</template>
</el-table-column>