WanGxC 6 月之前
父节点
当前提交
0c3dfaefa5
共有 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: {