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
+3 -2
View File
@@ -65,6 +65,7 @@
<el-table-column label="مدل" width="150px">
<template slot-scope="scope">
{{ scope?.row?.deviceId?.model }}
{{ scope?.row?.deviceType }}
</template>
</el-table-column>
<el-table-column prop="IMEI" label=" IMEI" width="150px"> </el-table-column>
@@ -106,7 +107,7 @@
</el-table-column>
<el-table-column label="تایید" width="110" align="center">
<template slot-scope="scope">
<CButton
<!-- <CButton
v-if="scope?.row?.status == 0 || scope?.row?.status == 2"
:key="scope?.row?._id"
color="success"
@@ -114,7 +115,7 @@
@click="post(scope?.row?._id, 'accept')"
>
<i class="fa fa-check-square"></i>
</CButton>
</CButton> -->
<CButton
v-if="scope?.row?.status == 0 || scope?.row?.status == 1"
:key="scope?.row?._id"