no message
This commit is contained in:
@@ -136,7 +136,13 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div class="select-wraper">
|
||||
<el-select v-model="scope.row.order_code" filterable placeholder="请选择">
|
||||
<el-select
|
||||
v-model="scope.row.order_code"
|
||||
filterable
|
||||
allow-create
|
||||
default-first-option
|
||||
placeholder="请选择"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options2"
|
||||
:key="item.order_code"
|
||||
|
||||
Reference in New Issue
Block a user