Commit 7461aed9 authored by lvshibao's avatar lvshibao

前端score页面坐席下拉菜单描述语修改

parent 47e0208b
......@@ -139,9 +139,9 @@
:value="item.id">
</el-option>
</el-select>
<el-select v-model="seatvalue" v-if="seat_show == true" filterable placeholder="请选择工号" @change='changeSeat'>
<el-select v-model="seatvalue" v-if="seat_show == true" filterable placeholder="请选择坐席" @change='changeSeat'>
<el-option
label="全部工号"
label="全部坐席"
value="">
</el-option>
<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