lilei 4 лет назад
Родитель
Сommit
4e6d7af414
1 измененных файлов с 1 добавлено и 1 удалено
  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,
       // 表头
       columns: [
-        { title: '序号', dataIndex: 'no', width: 80, align: 'center', fixed: 'left' },
+        { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         {
           title: '采购单号',
           dataIndex: 'purchaseBillNo',