lilei hace 4 años
padre
commit
4e6d7af414
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/salesManagement/salesReturn/detail.vue

+ 1 - 1
src/views/salesManagement/salesReturn/detail.vue

@@ -85,7 +85,7 @@ export default {
       disabled: false,
       disabled: false,
       // 表头
       // 表头
       columns: [
       columns: [
-        { title: '序号', dataIndex: 'no', width: 80, align: 'center', fixed: 'left' },
+        { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         {
         {
           title: '采购单号',
           title: '采购单号',
           dataIndex: 'purchaseBillNo',
           dataIndex: 'purchaseBillNo',