installed device page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user