소스 검색

docs(财务模块): 将表格列名"备注"改为"来源备注"

liujt 3 달 전
부모
커밋
b65e2e2dd6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/financialManage/payableManage/index.vue
  2. 1 1
      src/views/financialManage/receivableManage/index.vue

+ 1 - 1
src/views/financialManage/payableManage/index.vue

@@ -394,7 +394,7 @@
           {
             minWidth: 130,
             prop: 'remark',
-            label: '备注',
+            label: '来源备注',
             align: 'center',
             showOverflowTooltip: true
           },

+ 1 - 1
src/views/financialManage/receivableManage/index.vue

@@ -401,7 +401,7 @@
           {
             minWidth: 130,
             prop: 'remark',
-            label: '备注',
+            label: '来源备注',
             align: 'center',
             showOverflowTooltip: true
           },