|
@@ -1,19 +1,23 @@
|
|
<template>
|
|
<template>
|
|
- <div class="content_body">
|
|
|
|
- <csjlSearch ref="csjlSearch" @search="search" @research="research"></csjlSearch>
|
|
|
|
- <TableDom ref="TableDom" :page="page" :option="option" :searchform="searchform" :tableList="tableList" menuwidth="200"
|
|
|
|
- @handleSizeChange="handleSizeChange" @handleCurrentChange="handleCurrentChange" @pageChange="pageChange">
|
|
|
|
- <template v-slot:menu="{ scope }">
|
|
|
|
- <el-button @click="rowView(scope)" type="text" size="mini">查看</el-button>
|
|
|
|
- </template>
|
|
|
|
- </TableDom>
|
|
|
|
- <LeftDrawer ref="leftDrawer" :drawerDatas="drawerDatas" :selectedIndex="selectedIndex"
|
|
|
|
- :detailMaxPage="page.total" @prevPage="prevPage" @nextPage="nextPage" title="出售信息" type="edit">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <csjlDrawer :dataInfo="scope.scope"></csjlDrawer>
|
|
|
|
- </template>
|
|
|
|
- </LeftDrawer>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="route_body">
|
|
|
|
+ <div class="content_body">
|
|
|
|
+ <csjlSearch ref="csjlSearch" @search="search" @research="research"></csjlSearch>
|
|
|
|
+ <TableDom ref="TableDom" :page="page" :option="option" :searchform="searchform" :tableList="tableList" menuwidth="200"
|
|
|
|
+ @handleSizeChange="handleSizeChange" @handleCurrentChange="handleCurrentChange" @pageChange="pageChange">
|
|
|
|
+ <template v-slot:menu="{ scope }">
|
|
|
|
+ <el-button @click="rowView(scope)" type="text" size="mini">查看</el-button>
|
|
|
|
+ </template>
|
|
|
|
+ </TableDom>
|
|
|
|
+ <LeftDrawer ref="leftDrawer" :drawerDatas="drawerDatas" :selectedIndex="selectedIndex"
|
|
|
|
+ :detailMaxPage="page.total" @prevPage="prevPage" @nextPage="nextPage" title="出售信息" type="edit">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <csjlDrawer :dataInfo="scope.scope"></csjlDrawer>
|
|
|
|
+ </template>
|
|
|
|
+ </LeftDrawer>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import TableDom from './csjltable-dom/index'
|
|
import TableDom from './csjltable-dom/index'
|
|
@@ -87,4 +91,5 @@ export default {
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@use '@/styles/public/table-style.scss';
|
|
@use '@/styles/public/table-style.scss';
|
|
|
|
+
|
|
</style>
|
|
</style>
|