WanGxC 6 bulan lalu
induk
melakukan
0c3dfaefa5

+ 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: {