|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div >
|
|
<div >
|
|
<div style="display:flex;align-items: self-start;flex-direction: row-reverse;">
|
|
<div style="display:flex;align-items: self-start;flex-direction: row-reverse;">
|
|
- <el-button type="primary" size="small" style="width:80px;" @click="edit">编辑</el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="small" style="width:80px;" v-if="!taskId" @click="edit">编辑</el-button>
|
|
<el-form style="width:100%" :model="form" ref="reportForm" label-width="140px">
|
|
<el-form style="width:100%" :model="form" ref="reportForm" label-width="140px">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|