| | |
| | | <template> |
| | | <basic-container> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px"> |
| | | <el-row type="flex" class="row-bg" justify="end"> |
| | | <!-- <el-row type="flex" class="row-bg" justify="end"> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="handleAgree">重新提交</el-button> |
| | | <el-button type="danger" @click="handleDisagree">关闭申请</el-button> |
| | | <!-- <el-button @click="handleCancel">关闭</el-button> --> |
| | | <el-button @click="handleCancel">关闭</el-button> |
| | | </el-form-item> |
| | | </el-row> |
| | | </el-row> --> |
| | | |
| | | |
| | | |
| | |
| | | </el-row> |
| | | </el-card> |
| | | </el-form> |
| | | |
| | | <div style="text-align: center; |
| | | position: fixed; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 10px;"> |
| | | <el-button type="primary" @click="handleAgree">重新提交</el-button> |
| | | <el-button type="danger" @click="handleDisagree">关闭申请</el-button> |
| | | </div> |
| | | |
| | | </basic-container> |
| | | </template> |
| | | |
| | |
| | | prop: "allocationWay", |
| | | labelWidth: 140, |
| | | value: '按建筑面积分摊', |
| | | span: 14, |
| | | span: 12, |
| | | row: true, |
| | | }, |
| | | { |