| | |
| | | size="small" |
| | | :inline="true" |
| | | v-show="showSearch" |
| | | label-width="100px" |
| | | > |
| | | <el-form-item label="考核对象" prop="unitId"> |
| | | <el-select |
| | |
| | | ></right-toolbar> --> |
| | | </el-row> |
| | | |
| | | <el-row v-loading="loading"> |
| | | <el-row v-if="checkResultList && checkResultList.length > 0" v-loading="loading"> |
| | | <el-col |
| | | :xl="8" |
| | | :lg="8" |
| | |
| | | style="float: right" |
| | | @click="handlePublish(item)" |
| | | v-show="item.publish != 1" |
| | | v-hasPermi="['result:contract:publish']" |
| | | v-hasPermi="['contract:result:publish']" |
| | | >确认发布</el-button |
| | | > |
| | | <el-button |
| | |
| | | style="float: right" |
| | | disabled |
| | | v-show="item.publish == 1" |
| | | v-hasPermi="['result:contract:publish']" |
| | | v-hasPermi="['contract:result:publish']" |
| | | >已发布</el-button |
| | | > |
| | | </div> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <pagination |
| | | v-show="total > 0" |