jingbb 1 rok temu
rodzic
commit
7eefceaf8d

+ 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;
               }