Browse Source

修改个税(非零申报)备注字段

rainwer 7 tháng trước cách đây
mục cha
commit
66b39b1016

+ 2 - 2
src/views/business/production/IndividualIncomeTaxIs/MemberDialog.vue

@@ -82,9 +82,9 @@
                   <span>{{ rowNum(scope.row.otherCut) }}</span>
                 </template>
               </el-table-column>
-              <el-table-column label="备注" width="60" align="center" prop="accidentInsurance">
+              <el-table-column label="备注" width="60" align="center" prop="remark">
                 <template #default="scope">
-                  <span>{{ scope.row.accidentInsurance }}</span>
+                  <span>{{ scope.row.remark }}</span>
                 </template>
               </el-table-column>
             </el-table>