fix: simplify edge governance copy
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user