Commit 83fa32cb authored by liudong1993's avatar liudong1993

1

parent 9428e0ce
......@@ -29,7 +29,7 @@
</el-col>
<el-col :span="4">
<el-form-item :label="$t('fnc.feiyongleixing')">
<el-select filterable multiple collapse-tags clearable v-model='msg.CostTypeIDList'>
<el-select filterable multiple reserve-keyword collapse-tags clearable v-model='msg.CostTypeIDList'>
<el-option :value="0" :label="$t('pub.unlimitedSel')"></el-option>
<el-option v-for="item in GetCostTypeList" :key="item.ID" :value="item.ID" :label="item.Name">
</el-option>
......
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 to comment