qinzhipeng_v@didiglobal.com 4 vuotta sitten
vanhempi
sitoutus
1069899b70

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/TableExpandRow.vue

@@ -59,7 +59,7 @@ style="min-width: 50px;display: inline-block;"
                   style="width:100px"
                   :min="0"
                   :max="100" /></span
-              >%<el-button type="text" v-if="subItem.isProgressEdit" @click.stop="progressEdit(subItem)">保存</el-button>
+              >%<el-button v-if="subItem.isProgressEdit" type="text" @click.stop="progressEdit(subItem)">保存</el-button>
               <span v-if="subItem.isHold" class="isHold">Hold</span>
             </span>
             <!--改进项: 进度更新-->