This commit is contained in:
熊丽君
2022-02-08 08:42:23 +08:00
18 changed files with 1385 additions and 121 deletions

View File

@ -92,6 +92,10 @@ function submitForm() {
}
</script>
<style lang="scss" scoped>
.el-form {
padding: 15px;
background-color: #fff;
}
.el-form-item {
margin-bottom: 15px;
}

View File

@ -112,9 +112,8 @@ watch(
pagePath.value = newVal;
}
);
onMounted(() => {
pagePath.value = route.path;
});
pagePath.value = route.path;
function handlePath(path) {
pagePath.value = path;
router.push(path);