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