| | |
| | | <template> |
| | | <div class="content-main"> |
| | | <div class="top-bar"> |
| | | <el-form ref="form" :inline="true"> |
| | | <el-form ref="form" :inline="true" style="margin-top: 10px;"> |
| | | <el-form-item> |
| | | <el-date-picker |
| | | size="small" |
| | | v-model="input" |
| | | class="input-form" |
| | | type="month" |
| | |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="getData()">查询</el-button> |
| | | <el-button type="primary" plain @click="resetData()">重置</el-button> |
| | | <el-button size="small" type="primary" @click="getData()">查询</el-button> |
| | | <el-button size="small" type="primary" plain @click="resetData()">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-form class="rightBtn"> |
| | | <el-form class="rightBtn" style="margin-top: 10px;"> |
| | | <!-- 上传附件 --> |
| | | <el-form-item class="createBtn"> |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | icon="el-icon-upload2" |
| | | @click=" |
| | |
| | | <!-- 新增计划 --> |
| | | <el-form-item class="createBtn"> |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | icon="el-icon-document-add" |
| | | icon="el-icon-plus" |
| | | @click=" |
| | | dialogFormVisible2 = true; |
| | | newly = {}; |
| | |
| | | </el-form-item> |
| | | <!-- 导出年度计划 --> |
| | | <el-form-item class="createBtn"> |
| | | <el-button type="primary" icon="el-icon-document-checked" |
| | | <el-button size="small" type="primary" icon="el-icon-document-checked" |
| | | >导出年度计划</el-button |
| | | > |
| | | </el-form-item> |
| | | <el-form-item class="createBtn"> |
| | | <el-button type="primary" icon="el-icon-document-checked" |
| | | <el-button size="small" type="primary" icon="el-icon-document-checked" |
| | | >导出内部实施计划</el-button |
| | | > |
| | | </el-form-item> |
| | |
| | | ref="auditTable" |
| | | border |
| | | :max-height="800" |
| | | :cell-style="{ textAlign: 'center' }" |
| | | :cell-style="{ textAlign: 'left' }" |
| | | :header-cell-style="{ |
| | | border: '0px', |
| | | background: '#f5f7fa', |
| | | color: '#606266', |
| | | boxShadow: 'inset 0 1px 0 #ebeef5', |
| | | textAlign: 'center', |
| | | textAlign: 'left', |
| | | }" |
| | | :data="auditTable" |
| | | style="width: 100%" |