@ -51,7 +51,7 @@
</template>
<script>
import Model from "./model.vue"
export default {
name: "historyMonitoring",
components: {
@ -63,7 +63,7 @@
}
</style>
props: ['visible', 'vid'],
watch: {
//监听并接收父组件的visible并赋值给isShow(子组件接收父组件props传过来的值时不能起一样的类名,会报重复定义的错)
@ -97,6 +97,6 @@
},
};
</script>
@ -19,7 +19,7 @@
const columns = [
{
title: '序号',
// dataIndex: 'id',
@ -47,8 +47,8 @@
dataIndex: 'action',
scopedSlots: {customRender: 'action'}
];
data() {
return {
pageNum: 1,
@ -121,7 +121,7 @@
components: {}
<style lang="scss" scoped>
.button-box {