Browse Source

物料基本信息页签,将财物改为财务

002390 2 years ago
parent
commit
c34fe65d07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/material/config/detailsTabs.js

+ 1 - 1
src/views/material/config/detailsTabs.js

@@ -6,7 +6,7 @@ const detailsTabs = [
     isShow: true,
   },
   {
-    label: '财信息',
+    label: '财信息',
     code: 'material_finance',
     isShow: true,
   },