|
|
@@ -189,8 +189,8 @@
|
|
|
value-format="YYYY-MM-DD HH:mm:ss" format="YYYY-MM-DD" />
|
|
|
</el-form-item>
|
|
|
<el-form-item v-if="isSettlement" prop="attachmentIds" label="收款凭证" class="upload-btn">
|
|
|
- <el-upload action="https://tennat.baoxianzhanggui.com/api/file/upload"
|
|
|
- v-model:file-list="countForm.attachmentIds" multiple list-type="picture-card">
|
|
|
+ <el-upload action="https://tennat.baoxianzhanggui.com/api/file/upload" drag
|
|
|
+ v-model:file-list="countForm.attachmentIds" multiple list-type="picture-card" >
|
|
|
<el-icon>
|
|
|
<Plus />
|
|
|
</el-icon>
|
|
|
@@ -523,4 +523,10 @@ onMounted(() => {
|
|
|
height: 80px;
|
|
|
}
|
|
|
}
|
|
|
+:deep(.el-upload-dragger) {
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
</style>
|