|
@@ -93,6 +93,11 @@
|
|
|
custom-class="add-factor-dialog"
|
|
|
>
|
|
|
<div class="dialog-content">
|
|
|
+ <!-- 选择指标 or 预测指标 -->
|
|
|
+ <div class="table-radio-wrap">
|
|
|
+ <el-radio v-model="edbType" label="1">ETA指标</el-radio>
|
|
|
+ <el-radio v-model="edbType" label="2">预测指标</el-radio>
|
|
|
+ </div>
|
|
|
<!-- 表格筛选项 -->
|
|
|
<div class="table-select-box">
|
|
|
<el-cascader
|
|
@@ -180,8 +185,8 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import batchSelectTable from './batchSelectTable.vue'
|
|
|
-import batchSelectFormula from './batchSelectFormula.vue'
|
|
|
+import batchSelectTable from './batchSelectTable'
|
|
|
+import batchSelectFormula from './batchSelectFormula'
|
|
|
import formMixin from './formMixin';
|
|
|
import { frequencySelectList } from '@/utils/defaultOptions'
|
|
|
import { dataBaseInterface,departInterence } from '@/api/api.js';
|
|
@@ -234,6 +239,7 @@ export default {
|
|
|
},
|
|
|
data(){
|
|
|
return {
|
|
|
+ edbType:'1',
|
|
|
factorList:[
|
|
|
{
|
|
|
"name":"7894567",
|