f41be3ee by 吴蕾

材料信息样式编写

1 parent 1bba51ba
1 <template>
2 <dialogBox title="新建材料信息" width="60%">
3
4 </dialogBox>
5 </template>
6
7 <script>
8 export default {
9 props: {
10
11 },
12
13 data () {
14 return {}
15 },
16 methods: {}
17 }
18 </script>
19 <style scoped lang="scss">
20 </style>