Update index.vue
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
<el-table-column label="تاریخ ثبت درخواست" width="">
|
<el-table-column label="تاریخ ثبت درخواست" width="">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span> {{ $jDate(scope.row.sendDate) }} </span>
|
<span> {{ $jDate(scope.row.created_at) }} </span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user