Browse Source

Merge branch '西昌分支' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 西昌分支

西昌分支
北京泉江 11 months ago
parent
commit
8cfae4bc10
1 changed files with 5 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save