| | |
| | | @click="handleDelete">删 除 |
| | | </el-button> |
| | | </template> |
| | | <template slot-scope="{ type, size, row }" slot="menu"> |
| | | <template slot-scope="{ type, size, row}" slot="menu"> |
| | | <el-button |
| | | icon="el-icon-circle-plus-outline" |
| | | @click="chuli(row)" |
| | | v-show="row.status" |
| | | :size="size" |
| | | :type="type" |
| | | >处理 |
| | |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | gradeBoxVisible: false, |
| | | disabled:false, |
| | | column: [ |
| | | { |
| | | label: "任务名称", |
| | |
| | | getDetail(this.form.id).then(res => { |
| | | this.form = res.data.data; |
| | | }); |
| | | if(type=="edit"){ |
| | | this.form.status==0?this.option.disabled=true:this.option.disabled=false |
| | | } |
| | | } |
| | | done(); |
| | | }, |