Browse Source

Finish Hotfix-95

chen 3 years ago
parent
commit
6852e444e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/finance/standbook_list.vue

+ 2 - 2
src/views/finance/standbook_list.vue

@@ -200,11 +200,11 @@
                 }}
                 }}
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <!-- <el-table-column align="right" label="账户余额" prop="balanceAmount" min-width="120" show-overflow-tooltip>
+            <el-table-column align="right" label="账户余额" prop="balanceAmount" min-width="120" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 {{ scope.row.balanceAmount | numToFixed }}
                 {{ scope.row.balanceAmount | numToFixed }}
               </template>
               </template>
-            </el-table-column> -->
+            </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>
         <!-- 分页
         <!-- 分页