| | |
| | | function getLists(param = {}) { |
| | | param.current = pages.page; |
| | | param.size = pages.pageSize; |
| | | param.id = data.companyInfo.id |
| | | param.firmId = data.companyInfo.id |
| | | loading.value = true; |
| | | getList(param) |
| | | .then((res) => { |
| | |
| | | <el-table-column fixed prop="name" label="名称" /> |
| | | <el-table-column prop="numUnit" label="数量" width="100" /> |
| | | <!-- <el-table-column prop="firmName" label="单位名称" /> --> |
| | | <el-table-column prop="ownership" label="归属" width="100" /> |
| | | <el-table-column prop="personInCha" label="负责人" width="100" /> |
| | | </el-table> |
| | | <div class="el-page"> |
| | | <el-pagination background layout="prev, pager, next" :page-size="pages.pageSize" :total="pages.total" |
| | |
| | | <el-table-column fixed prop="perInCha" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPho" label="联系电话" /> |
| | | <!-- <el-table-column prop="firmName" label="单位名称" /> --> |
| | | <el-table-column prop="ownership" label="归属" width="100" /> |
| | | <el-table-column prop="perInCha" label="负责人" width="100" /> |
| | | </el-table> |
| | | <div class="el-page"> |
| | | <el-pagination background layout="prev, pager, next" :page-size="pages.pageSize" :total="pages.total" |
| | |
| | | } |
| | | |
| | | </script> |
| | | |
| | | |
| | | <template> |
| | | <div class="center-container"> |
| | | <div class="center-container-title"> |
| | |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | |
| | | <style lang="scss" scoped > |
| | | .center-container { |
| | | margin: 10px auto; |
| | | margin-top: -30px; |
| | | color: #fff; |
| | | pointer-events: auto; |
| | | } |
| | |
| | | .center-name { |
| | | font-size: 30px; |
| | | margin: 10px 0; |
| | | text-align: center; |
| | | margin-left: 15px; |
| | | font-family: YouSheBiaoTiHei; |
| | | |
| | | } |
| | |
| | | |
| | | .left-container, |
| | | .right-container { |
| | | margin-top: 60px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | position: absolute; |
| | | top: 0; |
| | | width: 400px; |
| | | height: calc(100% - 80px); |
| | | height: calc(100% - 20px); |
| | | pointer-events: auto; |
| | | background: rgba(28, 115, 195, 0.2); |
| | | margin-right: 40px; |
| | | |
| | | &>div { |
| | | display: flex; |
| | |
| | | } |
| | | |
| | | onMounted(() => { |
| | | // handleCheckChange(data.filter(i => i.id == '1'), { |
| | | // checkedKeys: ['1'] |
| | | // }) |
| | | handleCheckChange(data.filter(i => i.id == '1'), { |
| | | checkedKeys: ['1'] |
| | | }) |
| | | }) |
| | | |
| | | onUnmounted(() => { |
| | |
| | | <main-search></main-search> |
| | | <main-tool></main-tool> |
| | | |
| | | <div v-if="showSubLayout" class="w100 h100"> |
| | | <div v-if="showSubLayout" class="main-container"> |
| | | <router-view></router-view> |
| | | </div> |
| | | |