Commit 3f7a4906 by Mr. Lan

fix bug.

parent a5f08359
......@@ -72,7 +72,7 @@
<el-switch v-model="data.options.filterable" />
</el-form-item>
<!-- 允许半选 -->
<el-form-item v-if="Object.keys(data.options).indexOf('allowHalf')>=0" label="$t('fm.config.widget.allowHalf')">
<el-form-item v-if="Object.keys(data.options).indexOf('allowHalf')>=0" :label="$t('fm.config.widget.allowHalf')">
<el-switch
v-model="data.options.allowHalf"
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment