| | |
| | | <el-col :xs="8" :sm="4" class="text--right" v-if="interviewId"> |
| | | <span |
| | | v-if="!isEdit" |
| | | class="mr-10 text--primary text--underline cursor--pointer" |
| | | class="mr-10 text--primary cursor--pointer" |
| | | @click="showCancelPopUp = true" |
| | | >刪除</span> |
| | | ><i class="icon-delet"></i></span> |
| | | <span |
| | | v-if="!isEdit" |
| | | class="text--primary text--underline cursor--pointer" |
| | | class="text--primary cursor--pointer" |
| | | @click="isEdit = !isEdit" |
| | | >編輯</span> |
| | | ><i class="icon-edit"></i></span> |
| | | </el-col> |
| | | </el-row> |
| | | <template v-if="!interviewId || isEdit"> |