소스 검색

基本薪资

jingbb 1 년 전
부모
커밋
7eefceaf8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/oa/salary_management/personnelSalary/BasicSalary.vue

+ 1 - 1
src/views/oa/salary_management/personnelSalary/BasicSalary.vue

@@ -92,7 +92,7 @@
               title: '序号',
               width: 80,
               align:"center",
-              dataIndex: 'code',
+              dataIndex: 'index',
               customRender:function (t, r, index) {
                     return parseInt(index)+1;
               }