st-comp 0.0.66 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -101,7 +101,7 @@ const handleTagName = (tag) => {
|
|
|
101
101
|
:rules="{ required: true, message: '因子不能为空', trigger: 'blur' }"
|
|
102
102
|
style="width: 100px; margin-right: 10px;"
|
|
103
103
|
>
|
|
104
|
-
<el-select v-model="item.factor" placeholder="选择因子" size="small">
|
|
104
|
+
<el-select v-model="item.factor" placeholder="选择因子" filterable size="small" no-match-text="无匹配数据">
|
|
105
105
|
<el-option v-for="{ label, value } in config.factorOptions" :label="label" :value="value" :key="value" />
|
|
106
106
|
</el-select>
|
|
107
107
|
</el-form-item>
|