|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <listTemp ref="list" keyRouteName="msisdn" :param="param" :tableName="'iotcardTable'" :searchType="searchType" :detailPage="{name:'iotcardDetail',idname:'w_iotcardid'}">
|
|
|
+ <listTemp ref="list" keyRouteName="iccid" :param="param" :tableName="'iotcardTable'" :searchType="searchType" :detailPage="{name:'iotcardDetail',idname:'w_iotcardid'}">
|
|
|
<template #operation>
|
|
|
<add style="margin-right: 10px;" @onSuccess="onSuccess"></add>
|
|
|
<IoTPlatform></IoTPlatform>
|
|
|
@@ -25,7 +25,7 @@
|
|
|
{{data.record.data_remainamount ? data.record.data_remainamount + 'KB' : '0.0KB'}}
|
|
|
</template>
|
|
|
<template v-else-if="data.column.dataIndex === 'status'">
|
|
|
- {{data.record.status ? '在线' : '离线'}}
|
|
|
+ {{data.record.status}}
|
|
|
</template>
|
|
|
<template v-else-if="data.column.dataIndex === 'operation'">
|
|
|
<a-button type="link" @click="toDetailPage(data.record)">详 情</a-button>
|
|
|
@@ -46,8 +46,8 @@
|
|
|
const router = useRouter()
|
|
|
const statusOptions = ref([
|
|
|
{
|
|
|
- remarks:'正常',
|
|
|
- value:'正常'
|
|
|
+ remarks:'在线',
|
|
|
+ value:'在线'
|
|
|
},
|
|
|
{
|
|
|
remarks:'离线',
|