|
@@ -60,11 +60,6 @@
|
|
|
<!-- <el-button type="info" @click="openDialog">导出</el-button> -->
|
|
|
<!-- 查询结果表格 -->
|
|
|
<el-table :data="tableData" stripe style="width: 100%">
|
|
|
- <el-table-column label="序号" width="60">
|
|
|
- <template slot-scope="{ row, index }">
|
|
|
- {{ typeof index === "number" ? index + 1 : "" }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column prop="domainName" label="域名"></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="domainCouponNumber"
|