From ccad56f0d63c30c32b5ab4131a5444cdafbf35db Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 15 五月 2025 13:48:43 +0800
Subject: [PATCH] 来票台账-前端开发联调
---
src/components/PIMTable/PIMTable.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index 2378c5e..7435f7b 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -231,7 +231,7 @@
// 鏂囦欢涓婁紶鍓嶆牎楠�
const beforeUpload = (rawFile, index) => {
currentFiles.value[index] = {}
- if (rawFile.size > 1024 * 1024 * 10) {
+ if (rawfile.size > 1024 * 1024 * 10 * 10) {
ElMessage.error('涓婁紶鏂囦欢涓嶈秴杩�10M')
return false
}
@@ -275,10 +275,6 @@
</script>
<style scoped lang="scss">
-:deep(.cell) {
- padding: 0 !important;
-}
-
.cell {
white-space: nowrap;
overflow: hidden;
--
Gitblit v1.9.3