|
|
@@ -198,13 +198,14 @@ import waves from '@/directive/waves'
|
|
|
// secondary package based on el-pagination
|
|
|
import Pagination from '@/components/Pagination'
|
|
|
import TableAction from '@/components/TableAction.vue'
|
|
|
+import HistoryRate from '../site/historyRate.vue'
|
|
|
import site from '../../http/api/site'
|
|
|
import provider from '../../http/api/provider'
|
|
|
import { getRoleName } from '@/utils/auth'
|
|
|
|
|
|
export default {
|
|
|
name: 'SiteManagement',
|
|
|
- components: { Pagination, TableAction },
|
|
|
+ components: { HistoryRate, Pagination, TableAction },
|
|
|
directives: { waves },
|
|
|
data() {
|
|
|
return {
|