Compare commits
No commits in common. "5ef3b1964d3e5d6873b453e4bd967d667ec25908" and "9650b67bb1e2dd92ac911f046646f74c3880c6f7" have entirely different histories.
5ef3b1964d
...
9650b67bb1
@ -459,7 +459,7 @@
|
||||
<img src="../../../assets/images/xz.png" v-if="ruleForm.oilLimit == 2" style="width: 20px;height: 20px;">
|
||||
<div>自定义</div>
|
||||
<el-select v-if="ruleForm.oilLimit == 2" v-model="ruleForm.oilNumber" placeholder="请选择油品油号(可多选)" multiple style="margin-left: 10px">
|
||||
<el-option :label="item.oilName" :value="item.oilId" v-for="(item,index) in oilnumList" :key="index"></el-option>
|
||||
<el-option :label="item.oilName" :value="item.oilName" v-for="(item,index) in oilnumList" :key="index"></el-option>
|
||||
|
||||
</el-select>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user