Przeglądaj źródła

筛选过滤增加

bding 1 rok temu
rodzic
commit
5e4739036d

+ 1 - 2
src/views/contract_manage/components/allocationDetail.vue

@@ -15,7 +15,7 @@
     <div class="content-box-table-detail">
       <div class="table-cont table-cont-top">
         <div style="display: flex" v-for="item in datalist" :key="item.ChartPermissionName">
-          <div :class="['head-column', 'head-column-item']">
+          <div :class="['head-column', 'head-column-item']" style="font-weight: 800;font-size:16px">
             {{ item.ChartPermissionName }}
           </div>
           <div :class="['head-column', 'head-column-item-Proportion']">
@@ -142,7 +142,6 @@ export default {
       border: 1px solid #dcdfe6;
       background-color: #ebeef5;
       color: #333333;
-      font-weight: 500;
       margin-top: -1px;
       margin-left: -0.5px;
     }

+ 5 - 0
src/views/contract_manage/raiAllocationPage.vue

@@ -265,6 +265,11 @@ export default {
       this.allocationDetailVisible = true;
       this.allocationDetailForm = item;
     },
+    /* 选择日期 */
+		dateChange(e) {
+			this.page_no = 1;
+			this.getTableData()
+		},
   },
 };
 </script>

+ 5 - 0
src/views/contract_manage/researcherStatistics.vue

@@ -159,6 +159,11 @@ export default {
         this.TotalMoney = res.Data.TotalMoney;
       }
     },
+    /* 选择日期 */
+    dateChange(e) {
+      this.page_no = 1;
+      this.getTableData();
+    },
     // 查看关联合同数
     lookDetailsHadelr(item) {
       if (item.RealName == "合计" || item.RealName == "平均") return;