1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <template>
- <div class="chartDatasty" style="margin:3px;">
- grid
- </div>
- </template>
- <script>
- import {baseUrl} from '@/common/biConfig'
- import $ from 'jquery'
- import * as utils from '@/view/portal/Utils'
- export default {
- components:{
-
- },
- props:{
-
- },
- data(){
- return {
-
- }
- },
- mounted(){
- },
- computed: {
-
- },
- methods: {
-
- },
- watch: {
-
- }
- }
- </script>
- <style lang="less" scoped>
-
- </style>
|