|
@@ -148,7 +148,7 @@ import {
|
|
|
} from '@/api/stock'
|
|
|
import MyTable from '_c/my-table/my-table'
|
|
|
import MyModalMaterial from '_c/my-modal-form/my-modal-material'
|
|
|
-import TreeTable from 'iview-tree-table'
|
|
|
+// import TreeTable from 'iview-tree-table'
|
|
|
import axios from 'axios'
|
|
|
import dateSelect from '@/components/dateSelect/dateSelect'
|
|
|
import expandRow from './table-expand.vue';
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
components: {
|
|
|
MyTable,
|
|
|
MyModalMaterial,
|
|
|
- TreeTable,
|
|
|
+ // TreeTable,
|
|
|
expandRow,
|
|
|
dateSelect
|
|
|
},
|