Commit 3054a41e by LJM

css

parent 94ce0fa1
Showing with 2 additions and 1 deletions
......@@ -37,7 +37,8 @@
<el-form-item label="来源类型" prop="source_from">
<el-select v-model="formParam.source_from" placeholder="请选择" clearable>
<el-option label="全部" value=""></el-option>
<el-option label="精准匹配" value="1"></el-option>
<el-option label="精准匹配" value="0"></el-option>
<el-option label="历史成单" value="1"></el-option>
</el-select>
</el-form-item>
<el-form-item label="询价时间">
......
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