Przeglądaj źródła

Merge branch 'cheney' into dev

WanGxC 6 miesięcy temu
rodzic
commit
e924efaaf8
1 zmienionych plików z 1 dodań i 1 usunięć
  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>;