Update index.vue

This commit is contained in:
Swift
2024-02-27 13:03:52 +03:30
parent 531ddb455c
commit 54f56c0580
+1 -1
View File
@@ -160,7 +160,7 @@
<el-table-column label="تاریخ ثبت درخواست" width="">
<template slot-scope="scope">
<span> {{ $jDate(scope.row.sendDate) }} </span>
<span> {{ $jDate(scope.row.created_at) }} </span>
</template>
</el-table-column>