|
|
|
@ -2,17 +2,18 @@
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="mt20" :span="24">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-button type="primary" @click="handleAddOaProject">发起申请</el-button>
|
|
|
|
|
<el-row :gutter="40" class="row-distance" :span="24">
|
|
|
|
|
<el-col :offset="2" :span="10">
|
|
|
|
|
<el-button icon="el-icon-s-fold" @click="redirectPage(todoPage)">待处理任务</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-button type="primary" @click="redirectPage(applyListPage)">申请记录</el-button>
|
|
|
|
|
<el-button icon="el-icon-s-fold" @click="redirectPage(applyListPage)">申请记录</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="mt20" :span="24">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-button type="primary" @click="redirectPage(todoPage)">待处理任务</el-button>
|
|
|
|
|
<el-row :gutter="40" class="row-distance" :span="24">
|
|
|
|
|
<el-col :offset="2" :span="10">
|
|
|
|
|
<el-button type="primary" @click="handleAddOaProject">发起项目申请</el-button>
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
</el-col>
|
|
|
|
@ -57,4 +58,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
|
|
.row-distance{
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|