|
|
@@ -117,12 +117,13 @@
|
|
|
<script>
|
|
|
import { mapState } from 'vuex';
|
|
|
import pageableTable from '@/mixins/pageableTable';
|
|
|
+import tradingMethod from '@/mixins/tradingMethod';
|
|
|
import SettingSelect from '../../components/select/SettingSelect.vue';
|
|
|
|
|
|
export default {
|
|
|
components: { SettingSelect },
|
|
|
name: 'TechnicalManagerList',
|
|
|
- mixins: [pageableTable],
|
|
|
+ mixins: [pageableTable, tradingMethod],
|
|
|
data() {
|
|
|
return {
|
|
|
multipleMode: false,
|