| | |
| | | <el-dialog |
| | | class="tongji-class" |
| | | :title="dialogTitle" |
| | | width="80%" |
| | | append-to-body |
| | | :visible.sync="dialogShow" |
| | | v-if="dialogShow" |
| | |
| | | value1: "", |
| | | value2: "", |
| | | tableData: [ |
| | | // { |
| | | // company: "江西省永安保安服务有限公司", |
| | | // subOffice: "南昌市公安局", |
| | | // customer: "76", |
| | | // num: "1124" |
| | | // }, |
| | | // { |
| | | // company: "南昌市赣水保安服务有限公司", |
| | | // subOffice: "东湖分局", |
| | | // customer: "85", |
| | | // num: "1428" |
| | | // }, |
| | | // { |
| | | // company: "江西中业兴达保安服务有限公司", |
| | | // subOffice: "西湖分局", |
| | | // customer: "46", |
| | | // num: "974" |
| | | // } |
| | | ], |
| | | tableOption: { |
| | | // excelBtn: true, |
| | |
| | | viewBtn: true, |
| | | dialogClickModal: false, |
| | | column: [ |
| | | |
| | | { |
| | | label: "公司名称", |
| | | prop: "enterpriseName", |
| | |
| | | <template> |
| | | <basic-container> |
| | | <basic-container class="businessDetail"> |
| | | <avue-crud |
| | | :option="tableOption" |
| | | :table-loading="loading" |
| | |
| | | } |
| | | }; |
| | | </script> |
| | | <style lang="scss" scoped></style> |
| | | <style lang="scss" scoped> |
| | | .businessDetail{ |
| | | height: 50%; |
| | | } |
| | | </style> |