| | |
| | | </el-table> |
| | | |
| | | <el-table border empty-text="" v-else :data="tableData"> |
| | | <!-- <el-table-column prop="firmName" label="企业名称" /> --> |
| | | <el-table-column prop="name" label="物资名称" /> |
| | | <!-- <el-table-column prop="personInCha" label="负责人" /> --> |
| | | <!-- <el-table-column prop="personInChaPhone" label="负责人电话" /> --> |
| | | <el-table-column prop="stoLoc" label="物资地址" /> |
| | | <el-table-column prop="num" label="数量" /> |
| | | <el-table-column prop="numUnit" label="数量" /> |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | |
| | | ownership: 1, |
| | | }) |
| | | |
| | | function getCompanyPages (param = {}) { |
| | | function getCompanyPages(param = {}) { |
| | | param.current = pages.page |
| | | param.size = pages.pageSize |
| | | getPage(param).then(res => { |
| | |
| | | }) |
| | | } |
| | | |
| | | function handleClick (item, index) { |
| | | function handleClick(item, index) { |
| | | currentIndex.value = index |
| | | pages.page = 1 |
| | | pages.pageSize = 1000 |
| | |
| | | // } |
| | | |
| | | // 查询分页数据 |
| | | function getLists (param = {}) { |
| | | function getLists(param = {}) { |
| | | param.current = pages.page |
| | | param.size = pages.pageSize |
| | | loading.value = true |
| | |
| | | |
| | | |
| | | // 查询分页数据 |
| | | function getComLists (param = {}) { |
| | | function getComLists(param = {}) { |
| | | param.current = pages.page |
| | | param.size = pages.pageSize |
| | | loading.value = true |
| | |
| | | margin: 10px; |
| | | padding: 0 5px; |
| | | text-align: center; |
| | | border-radius: 4px; |
| | | // background: var(--el-color-danger-light-9); |
| | | background-color: rgba(117, 116, 116, 0.3); |
| | | // color: var(--el-color-danger); |
| | | // color: #000; |
| | | border-radius: 10px; |
| | | box-shadow: inset 0 0 40px #409eff; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .content_box .content_span { |
| | | line-height: 70px; |
| | | margin: 0 15px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .page_box .el-table { |
| | |
| | | } |
| | | |
| | | .active { |
| | | background-color: rgba(255, 255, 255, 0.3); |
| | | color: #fff; |
| | | // background-color: rgba(255, 255, 255, 0.3); |
| | | color: #409eff; |
| | | border-radius: 10px; |
| | | } |
| | | </style> |