Commit 7da4a49f authored by tianhongyang's avatar tianhongyang

新增项目成本台账 菜单

parent 5d079980
<template>
<div class="project-cost-ledger-container">
<div class="project-cost-ledger-inner">
</div>
</div>
</template>
<script>
export default {
name: "projectCostLedger",
data() {
return {
};
},
//可访问data属性
created() {
},
//计算集
computed: {
},
//方法集
methods: {
},
}
</script>
<style lang="scss" scoped>
.project-cost-ledger-container {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 16px 24px;
.project-cost-ledger-inner {
width: 100%;
height: 100%;
}
}
</style>
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