廖井涛
2025-09-24 5cfaaffd38b1cd91e1279261fa7f5df0675117e0
north-glass-erp/northglass-erp/src/views/mm/finishedGlassShelf/FinishedGlassShelfInformation.vue
@@ -339,8 +339,8 @@
        <template #toolbar_buttons="{ $grid }">
          &nbsp;&nbsp;
          <vxe-select @change="changeOrderType" v-model="values" >
            <vxe-option value="1" label="汇总"></vxe-option>
            <vxe-option value="2" label="明细"></vxe-option>
            <vxe-option value="1" :label= t('finishedGlassShelf.summary')></vxe-option>
            <vxe-option value="2" :label= t('finishedGlassShelf.detail')></vxe-option>
          </vxe-select>
          &nbsp;&nbsp;