sen
2026-04-01 17990449aa731d72a8cadc11a5fabd31bcc76772
ui/admin-ui3/src/views/tms/generationCost/index.vue
@@ -114,7 +114,7 @@
        </avue-form>
        <avue-crud :option="boxTableOption" :data="boxTableData" @selection-change="boxSelectionChange">
          <template #menu-left>
            <el-button type="danger" plain icon="Delete" :disabled="boxSelectionList.length !== 1"
            <el-button type="danger" plain icon="Delete" :disabled="!(boxSelectionList.length === 1 && boxSelectionList[0]?.status === 0)"
              @click="handleBatchBoxDel">
              作废
            </el-button>
@@ -977,7 +977,6 @@
      label: '状态',
      display: true,
      type: 'select', dicUrl: '/system/dict/data/type/sys_cancel_word', dataType: 'string',
    },
  }
})
@@ -1696,8 +1695,6 @@
};
const boxSelectionChange = (selection: any[]) => {
  console.log(selection);
  boxSelectionList.value = selection;
}
/**