|
@@ -4,7 +4,7 @@
|
|
|
<el-row :style="{ padding: '12px' }">
|
|
|
<el-col :span="12">
|
|
|
<i class="el-icon-search"></i>
|
|
|
- <span :style="{ padding: '4px' }">筛选发行商 </span>
|
|
|
+ <span :style="{ padding: '4px' }">筛选搜索</span>
|
|
|
</el-col>
|
|
|
<el-col :span="12" :style="{ textAlign: 'right' }">
|
|
|
<el-button @click="empty">重置</el-button>
|
|
@@ -31,18 +31,17 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12" :style="{ textAlign: 'right' }">
|
|
|
- <el-button plain @click="addPublish">添加</el-button>
|
|
|
+ <el-button plain>添加</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div class="pubform">
|
|
|
- <el-table
|
|
|
- :data="tableData"
|
|
|
+ <el-table :data="tabletab"
|
|
|
stripe
|
|
|
border
|
|
|
:style="{ borderRadius: '4px' }"
|
|
|
:header-cell-style="{ 'text-align': 'center' }"
|
|
|
- :cell-style="{ 'text-align': 'center' }"
|
|
|
+ :cell-style="{'text-align':'center'}"
|
|
|
>
|
|
|
<el-table-column prop="issuerId" label="ID"> </el-table-column>
|
|
|
<el-table-column prop="headPortrait" label="头像">
|
|
@@ -66,21 +65,20 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<el-row :style="{ marginTop: '16px' }">
|
|
|
- <el-col :span="24" :style="{ textAlign: 'right' }">
|
|
|
- <el-pagination
|
|
|
- background
|
|
|
- :page-size="10"
|
|
|
- layout="total, prev, pager, next"
|
|
|
- :total="total"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- >
|
|
|
- </el-pagination>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ <el-col :span="24" :style="{ textAlign: 'right' }">
|
|
|
+ <el-pagination
|
|
|
+ background
|
|
|
+ :page-size="10"
|
|
|
+ layout="total, prev, pager, next"
|
|
|
+ :total="100"
|
|
|
+ >
|
|
|
+ </el-pagination>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
import { publishList } from "@/api/publisher/publish";
|
|
|
import { searchPublish, deletePublish,selectpublish } from "@/api/publisher/publish";
|