单据类型上传设置

test
anthonywj 2 years ago
parent 4f8397fcb9
commit 9ff096566c

@ -330,6 +330,10 @@ export default {
},
addBusType() {
let selectedData = this.multipleSelection;
selectedData.forEach(item => {
item.id = null
});
this.addBusDialogVisible = false;
let query = {
busTypes: selectedData,

@ -35,7 +35,7 @@
:value="item.action">
<span style="float: left;font-size: 13px">{{ item.name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{
item.remark
item.action
}}</span>
</el-option>
</el-select>

@ -35,7 +35,7 @@
:value="item.action">
<span style="float: left;font-size: 13px">{{ item.name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{
item.remark
item.action
}}</span>
</el-option>
</el-select>

Loading…
Cancel
Save