installed device page

This commit is contained in:
Mr Swift
2024-08-25 16:16:45 +03:30
parent d91bc5beba
commit b0566dd807
7 changed files with 527 additions and 59 deletions
+2 -2
View File
@@ -24,9 +24,9 @@
</CCardBody>
<span slot="footer" class="dialog-footer">
<el-button @click="centerDialogVisible = false">{{
$route.query?.type == 'req' ? 'Cancel' : 'Close'
$route.query?.type == 'req' ? 'بستن' : 'بستن'
}}</el-button>
<el-button v-if="$route.query?.type == 'req'" type="primary" @click="confirmUser(user._id)">Confirm</el-button>
<el-button v-if="$route.query?.type == 'req'" type="primary" @click="confirmUser(user._id)">تایید</el-button>
</span>
</el-dialog>