Sfoglia il codice sorgente

薪资统计列表-公司筛选条件

jingbb 1 anno fa
parent
commit
797a16afc8

+ 6 - 1
src/views/oa/salary_management/personnelSalary/SalarysStatistics.vue

@@ -23,7 +23,12 @@
             </a-col>
             <a-col :xl="5" :lg="7" :md="8" :sm="24">
               <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-col>
             <a-col :xl="5" :lg="7" :md="8" :sm="24">