|
@@ -1,25 +1,25 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<el-row>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">域名:</span>{{ item.domainName }}</el-col>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">域名卷号:</span>{{ item.domainNameNum }}</el-col>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">所有人:</span>{{ item.owner }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">域名:</span>{{ item.domainName }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">域名卷号:</span>{{ item.domainNameNum }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">所有人:</span>{{ item.owner }}</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 20px">
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">域名申请日期:</span>{{ item.applicationDate }}</el-col>
|
|
|
- <el-col :span="6">
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">域名申请日期:</span>{{ item.applicationDate }}</el-col>
|
|
|
+ <el-col :span="8">
|
|
|
<span style="font-size: 14px;font-weight: 600">审核状态:</span>
|
|
|
<span v-if="item.reviewStatus==1">草稿</span>
|
|
|
<span type="warning" effect="dark" v-if="item.reviewStatus==2">待审核</span>
|
|
|
<span type="success" effect="dark" v-if="item.reviewStatus==3">已发布</span>
|
|
|
<span type="danger" effect="dark" v-if="item.reviewStatus==4">审核不通过</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">下次续展日期:</span>{{ item.nextRenewalDate }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">下次续展日期:</span>{{ item.nextRenewalDate }}</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 20px">
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">续费金额:</span>{{ item.renewalAmount }}</el-col>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">续费时间:</span>{{ item.renewalTime }}</el-col>
|
|
|
- <el-col :span="6">
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">续费金额(单位:元):</span>{{ item.renewalAmount }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">续费时间:</span>{{ item.renewalTime }}</el-col>
|
|
|
+ <el-col :span="8">
|
|
|
<span style="font-size: 14px;font-weight: 600">代理机构:</span>
|
|
|
<span v-if="item.agency==1">石湾</span>
|
|
|
<span effect="dark" v-if="item.agency==2">季华</span>
|
|
@@ -28,8 +28,8 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row style="margin-top: 20px">
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">业务模式:</span>{{ item.businessModel }}</el-col>
|
|
|
- <el-col :span="6"><span style="font-size: 14px;font-weight: 600">使用部门:</span>{{ item.usingDepartment }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">业务模式:</span>{{ item.businessModel }}</el-col>
|
|
|
+ <el-col :span="8"><span style="font-size: 14px;font-weight: 600">使用部门:</span>{{ item.usingDepartment }}</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 20px">
|
|
|
<el-table ref="domainTable" :data="tableData" stripe border class="table-font" max-height="450">
|