insatller fee
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user