AppGridReview

This commit is contained in:
liuye
2024-10-11 17:47:02 +08:00
parent b67e30ce25
commit f9123942ca

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="AppFormReview"> <div class="AppGridReview">
<keep-alive :include="['List']"> <keep-alive :include="['List']">
<component ref="component" :is="component" :permissions="permissions " @change="onChange" :params="params" :instance="instance" :dict="dict"></component> <component ref="component" :is="component" :permissions="permissions " @change="onChange" :params="params" :instance="instance" :dict="dict"></component>
</keep-alive> </keep-alive>
@@ -11,7 +11,7 @@
import Detail from './components/Detail' import Detail from './components/Detail'
export default { export default {
name: 'AppFormReview', name: 'AppGridReview',
label: '网格动态', label: '网格动态',
props: { props: {
@@ -56,7 +56,7 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.AppFormReview { .AppGridReview {
height: 100%; height: 100%;
background: #F3F6F9; background: #F3F6F9;
overflow: auto; overflow: auto;