Răsfoiți Sursa

Merge branch 'cheney' into dev

WanGxC 6 luni în urmă
părinte
comite
e924efaaf8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>;