|
@@ -22,7 +22,7 @@
|
|
v-model="scope.row.frequency"
|
|
v-model="scope.row.frequency"
|
|
placeholder="请选择频率"
|
|
placeholder="请选择频率"
|
|
@change="handleFrequencyChange(scope)"
|
|
@change="handleFrequencyChange(scope)"
|
|
- :disabled="operationForm.view||[5,6,14,61].includes(sourceTypeVal)"
|
|
|
|
|
|
+ :disabled="operationForm.view||[5,6,14,61,63].includes(sourceTypeVal)"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="item in frequencyArr"
|
|
v-for="item in frequencyArr"
|