fix: simplify edge governance copy

This commit is contained in:
ogt
2026-06-26 07:28:15 +08:00
parent c1b375f41c
commit fec7b5c778
8 changed files with 19 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
function handleFile(file) {
if (!file) return;
if (!file.name.match(/\.(xlsx|xls)$/i)) {
errorMessage.textContent = '選擇 Excel 檔案 (.xlsx 或 .xls)';
errorMessage.textContent = '選擇供應商缺貨 Excel 檔';
show(errorPanel);
return;
}