更新跳转

lvtianfang
李劲龙 7 months ago
parent 9efabf04ca
commit c778a9fb88

@ -1,3 +1,4 @@
#app { #app {
background-color: #F2F2F2; background-color: #F2F2F2;
.main-container { .main-container {

@ -27,6 +27,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.app-main { .app-main {
/* 50= navbar 50 */ /* 50= navbar 50 */
min-height: calc(100vh - 50px); min-height: calc(100vh - 50px);

@ -61,6 +61,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "~@/assets/styles/element-uitow2.scss";
.app-main { .app-main {
border-radius: 5px; border-radius: 5px;
height: calc(100vh - 100px); height: calc(100vh - 100px);

@ -405,7 +405,8 @@ export default {
if (type == 0) { if (type == 0) {
// //
this.mytitle = "查看人员"; this.mytitle = "查看人员";
this.chakanxiangqing(rew); // this.chakanxiangqing(rew);
this.$router.push("/ZhongdianRen/zhongdianxiangqing")
} else if (type == 1) { } else if (type == 1) {
// //
this.mytitle = "编辑考勤规则"; this.mytitle = "编辑考勤规则";

@ -77,6 +77,7 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
// //
.L-portal { .L-portal {
padding: 5px 9px; padding: 5px 9px;

Loading…
Cancel
Save