소스 검색

web 工资信息

西昌分支
yxq 1 년 전
부모
커밋
8da20ad1d2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml

+ 5
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml 파일 보기

@@ -50,6 +50,8 @@
:cell-style="{paddingTop:'2px',paddingBottom:'2px'}"
:header-row-style="{color:'#606266',fontWeight:400}"
:header-cell-style="{paddingTop:'2px',paddingBottom:'2px'}"
v-on:row-click="rowClick"
ref="multipleTable"
border
v-on:selection-change="handleSelectionChange">
<el-table-column type="index"
@@ -209,6 +211,9 @@
refresh() {
location.reload()
},
rowClick(row) {
this.$refs.multipleTable.toggleRowSelection(row);
},
async getTableData() {
if (this.time) {
this.query.time1 = this.time[0]


불러오는 중...
취소
저장