|
@@ -23,7 +23,12 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
<a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
<a-form-item label="公司">
|
|
<a-form-item label="公司">
|
|
- <a-input placeholder="" v-model="queryParam.sysOrgCode"/>
|
|
|
|
|
|
+ <a-select v-model="queryParam.orgName">
|
|
|
|
+ <a-select-option value="">所有</a-select-option>
|
|
|
|
+ <a-select-option value="正织">正织</a-select-option>
|
|
|
|
+ <a-select-option value="森语">森语</a-select-option>
|
|
|
|
+ <a-select-option value="马菲羊">马菲羊</a-select-option>
|
|
|
|
+ </a-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
<a-col :xl="5" :lg="7" :md="8" :sm="24">
|