| | |
| | | </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> |
| | |
| | | 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> |