关闭任务
This commit is contained in:
		| @@ -74,7 +74,7 @@ | ||||
|         <el-table-column slot="options" width="140px" fixed="right" label="操作" align="center"> | ||||
|           <template slot-scope="{ row }"> | ||||
|             <div class="table-options"> | ||||
|               <el-button type="text" @click="close(row.id)" v-if="['3'].includes(row.status)">关闭</el-button> | ||||
|               <el-button type="text" @click="close(row.id)" v-if="['4'].includes(row.status)">关闭</el-button> | ||||
|               <el-button type="text" @click="remindExamine(row.id)" v-if="['0'].includes(row.status)">催办</el-button> | ||||
|               <el-button type="text" @click="cancel(row.id)" v-if="['0'].includes(row.status)">撤回</el-button> | ||||
|               <el-button type="text" @click="toDetail(row.id)">详情</el-button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user