Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
2 changed files
with
20 additions
and
0 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
<template> | ||
<dialogBox title="新建材料信息" width="60%"> | ||
</dialogBox> | ||
</template> | ||
<script> | ||
export default { | ||
props: { | ||
}, | ||
data () { | ||
return {} | ||
}, | ||
methods: {} | ||
} | ||
</script> | ||
<style scoped lang="scss"> | ||
</style> |