Bläddra i källkod

web我的工资单行点击选中

西昌分支
yxq 11 månader sedan
förälder
incheckning
2efcd7a4bc
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. +5
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml

+ 5
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml Visa fil

@@ -41,6 +41,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"
@@ -202,6 +204,9 @@
refresh() {
location.reload()
},
rowClick(row) {
this.$refs.multipleTable.toggleRowSelection(row);
},
async getTableData() {
if (this.time) {
this.query.time1 = this.time[0]


Laddar…
Avbryt
Spara