<template> <div class="app-container"> 运营管理 </div> </template> <script> import { GetDataByName, PostDataByName, failproccess, GetDataByNames, ExecDataByConfig, checkButtons } from '@/api/common' import Cookies from 'js-cookie' import { parseTime } from '@/utils/index.js' import { MessageBox } from 'element-ui' import Pagination from '@/components/Pagination' export default { name: 'OperationManagement', components: { Pagination }, data() { return { rowStyle: { maxHeight: 50 + 'px', height: 45 + 'px' }, cellStyle: { padding: 0 + 'px' } } }, created() { }, methods: {} } </script> <style lang="scss" scoped> .search{margin-top:10px;} .table{margin-top:10px;} </style>