Forráskód Böngészése

Merge branch 'dev' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc into dev

lihongxiao 2 éve
szülő
commit
dbb29b4afc

+ 4 - 1
src/views/Core/components/detailsDialogPro.vue

@@ -473,12 +473,14 @@
       </div>
     </div>
     <span slot="footer" class="dialog-footer">
-      <el-button size="small" type="warning" @click="updatedCost" v-if="isAuditing">更改费用</el-button>
+      <template v-if="auditStatus!=1">
+        <el-button size="small" type="warning" @click="updatedCost" v-if="isAuditing">更改费用</el-button>
       <el-button size="small" type="primary" style="background-color: #0EC216; border: 1px solid #0EC216"
         @click="adjustFee"><span v-if="isAuditing">取消调整</span><span v-if="!isAuditing">调整费用</span></el-button>
       <el-button size="small" type="primary"
         style="background-color: #0EC216;border: 1px solid #0EC216;margin-right: 30px;"
         @click="adusitFUn">审核通过</el-button>
+      </template>
       <el-button size="small" type="primary" plain @click="dialogVisible = false">关闭</el-button>
     </span>
   </el-dialog>
@@ -502,6 +504,7 @@ export default {
       type: Object,
       default: {}
     },
+    auditStatus:String,
     feeOrderNewVoList: Object,
   },
   components: { OpenCloseBox },

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1100 - 386
src/views/FinancialManagement/CarInsurance/Verifytasks/Verifyintasks.vue


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott