feat:禅道265
This commit is contained in:
parent
a53c388ba9
commit
b115b511c0
|
|
@ -11,6 +11,7 @@
|
||||||
v-model="query.shiftcc"
|
v-model="query.shiftcc"
|
||||||
placeholder="尺寸班次"
|
placeholder="尺寸班次"
|
||||||
style="width: 130px;"
|
style="width: 130px;"
|
||||||
|
:clearable="true"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in shiftOptions"
|
v-for="item in shiftOptions"
|
||||||
|
|
@ -23,6 +24,7 @@
|
||||||
v-model="query.shiftwg"
|
v-model="query.shiftwg"
|
||||||
placeholder="外观班次"
|
placeholder="外观班次"
|
||||||
style="width: 130px;"
|
style="width: 130px;"
|
||||||
|
:clearable="true"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in shiftOptions"
|
v-for="item in shiftOptions"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
v-model="query.shiftcc"
|
v-model="query.shiftcc"
|
||||||
placeholder="尺寸班次"
|
placeholder="尺寸班次"
|
||||||
style="width: 130px;"
|
style="width: 130px;"
|
||||||
|
:clearable="true"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in shiftOptions"
|
v-for="item in shiftOptions"
|
||||||
|
|
@ -23,6 +24,7 @@
|
||||||
v-model="query.shiftwg"
|
v-model="query.shiftwg"
|
||||||
placeholder="外观班次"
|
placeholder="外观班次"
|
||||||
style="width: 130px;"
|
style="width: 130px;"
|
||||||
|
:clearable="true"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in shiftOptions"
|
v-for="item in shiftOptions"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue