廖井涛
2024-08-19 1d193f2cc23f54634ef8ed73c11436fbe76bb575
north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue
@@ -188,8 +188,9 @@
    {type: 'seq', fixed: "left", title: t('basicData.Number'), width: 50},
    {
      field: 'sort',
      width: 70,
      width: 90,
      editRender: {name: 'input', attrs: {placeholder: ''}},
      sortable: true,
      title: t('processCard.sorting'),
    },
    {
@@ -270,7 +271,7 @@
      title: t('craft.process'),
      filters: [{data: ''}],
      slots: {filter: 'num1_filter'},
      filterMethod: filterChanged,width: 120
      filterMethod: filterChanged
    },
  ],