Browse Source

计划起止日期清空

duy 2 years ago
parent
commit
f0d6c269d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/program/project/form.vue

+ 2 - 2
src/views/program/project/form.vue

@@ -31,7 +31,7 @@
                 <span v-else>{{row.planTarget}}</span>
             </template>
             <template #key7="{row,index}">
-                <HcDatePicker :dates="[row.planStartTime,row.planEndTime]" @change="betweenTimeUpdate($event,row)" v-if="row.isEdit"/>
+                <HcDatePicker :dates="[row.planStartTime,row.planEndTime]" @change="betweenTimeUpdate($event,row)" v-if="row.isEdit" clearable/>
                 <!-- <span v-else>{{row.key7}}</span> -->
                 <span v-else>
                     <span >{{row.planStartTime?row.planStartTime:''}}</span>
@@ -91,7 +91,7 @@
                     <el-input v-model="row.planTarget" :disabled="!row.isEdit"/>
                 </template>
                 <template #key7="{row,index}">
-                    <HcDatePicker :dates="[row.planStartTime,row.planEndTime]" @change="subbetweenTimeUpdate($event,row)"  :disabled="!row.isEdit"/>
+                    <HcDatePicker :dates="[row.planStartTime,row.planEndTime]" @change="subbetweenTimeUpdate($event,row)"  :disabled="!row.isEdit" clearable/>
               
                 </template>
                 <template #planDays="{row,index}" >