insatller fee

This commit is contained in:
morteza-mortezai
2025-11-26 09:37:16 +03:30
parent 1a98067f1a
commit 7b501107cf
11 changed files with 224 additions and 63 deletions
+5
View File
@@ -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)">