소스 검색

🎨 电脑信息详情列名修改

xinyan 7 달 전
부모
커밋
a22c2e455b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/computer-information/useColumns.tsx

+ 1 - 1
src/views/computer-information/useColumns.tsx

@@ -1,5 +1,5 @@
 export const ComputerCurrentColumns = [
-  { field: 'platformNumber', title: '电脑编号'},
+  { field: 'platformNumber', title: '平台编号'},
   { field: 'platform', title: '平台'},
   { field: 'platformName', title: '平台名称'},
   { field: 'brandName', title: '品牌'},