4d1b5ef832e4e6a01cb0abf011e6e24050da0e38.svn-base 758 B

1234567891011121314151617181920212223242526272829303132
  1. <template>
  2. <div class="app-container">
  3. 运营管理
  4. </div>
  5. </template>
  6. <script>
  7. import { GetDataByName, PostDataByName, failproccess, GetDataByNames, ExecDataByConfig, checkButtons } from '@/api/common'
  8. import Cookies from 'js-cookie'
  9. import { parseTime } from '@/utils/index.js'
  10. import { MessageBox } from 'element-ui'
  11. import Pagination from '@/components/Pagination'
  12. export default {
  13. name: 'OperationManagement',
  14. components: { Pagination },
  15. data() {
  16. return {
  17. rowStyle: { maxHeight: 50 + 'px', height: 45 + 'px' },
  18. cellStyle: { padding: 0 + 'px' }
  19. }
  20. },
  21. created() { },
  22. methods: {}
  23. }
  24. </script>
  25. <style lang="scss" scoped>
  26. .search{margin-top:10px;}
  27. .table{margin-top:10px;}
  28. </style>