소스 검색

Merge branch 'cheney' into dev

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

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

@@ -714,7 +714,7 @@ export const shopInfoColumns = [
     }
   },
   {
-    field: 'countComputer', title: '店铺数量', minWidth: 'auto', align: 'center',
+    field: 'countComputer', title: '电脑数量', minWidth: 'auto', align: 'center',
     slots: {
       default({ row }: any) {
         return <span class={ 'font-medium' }>{ row.countComputer ? row.countComputer : '--' }</span>;