功能测试与修改

This commit is contained in:
Chopper
2022-08-26 17:12:48 +08:00
committed by chc
parent ba91d7c26d
commit a345586b25
27 changed files with 2468 additions and 986 deletions

View File

@@ -26,7 +26,7 @@
style="width: 200px"
/>
</Form-item>
<Form-item label="上传时间">
<DatePicker
v-model="selectDate"
@@ -189,7 +189,7 @@
</Row>
</Card>
<Modal
:title="modalTitle"
@@ -815,6 +815,6 @@ export default {
this.init();
}
},
};
</script>