소스 검색

Merge branch 'cheney' into dev

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

+ 1 - 1
src/views/shop-information/components/DataTable.vue

@@ -48,7 +48,7 @@ const gridOptions: any = reactive({
     text: '正在拼命加载中...'
   },
   columns: '',
-  data: ''
+  data: '',
 });
 
 const platformNumber = ref('');

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

@@ -692,7 +692,7 @@ export const computerColumns: any = [
 ];
 
 export const shopInfoColumns = [
-  { type: 'seq', title: '序 号', width: 60, align: 'center', fixed: 'left' },
+  { type: 'seq', title: '序 号', width: 65, align: 'center', fixed: 'left' },
   {
     field: 'operatorName', title: '运 营', minWidth: 'auto', align: 'center', fixed: 'left',
     slots: {