insatller fee
This commit is contained in:
@@ -143,6 +143,11 @@
|
||||
<el-tag v-if="scope.row.status == 0" type="warning"> درانتظار</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="تاریخ درخواست" width="">
|
||||
<template slot-scope="scope">
|
||||
{{new Date(scope.row.created_at).toLocaleString('fa-IR') }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="بررسی" width="110" align="center">
|
||||
<template slot-scope="scope">
|
||||
<CButton :key="scope.row._id" color="info" variant="outline" @click="showDialog(scope.row)">
|
||||
|
||||
Reference in New Issue
Block a user