Commit 6f11d093 authored by 赵啸非's avatar 赵啸非

修改百分百

parent d7f0784c
<template> <template>
<layout-view>
</layout-view>
</template> </template>
<script> <script>
import view from "@/assets/mixins/view";
export default { export default {
mixins: [view],
components: {}, components: {},
methods: {}, methods: {},
data() { data() {
return { return {
size: "small",
column: 2,
toString: ["alarmType", "alarmLevel", "alarmPusW1ay", "isUse"],
toArrays: [],
toDate: [],
}; };
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment