Parcourir la source

Merge branch 'release' into dev

zhangchong il y a 9 mois
Parent
commit
e380e98044
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/OrderDetail/index.vue

+ 1 - 1
src/components/OrderDetail/index.vue

@@ -497,7 +497,7 @@
 					type="primary"
 					@click="onSubmit('工单代办')"
 					:loading="state.loading"
-					v-if="[100, 200].includes(state.ruleForm?.status) && state.ruleForm?.canInsteadHandle"
+					v-if="state.ruleForm?.canInsteadHandle"
 					v-auth="'business:order:handle:instead'"
 					>代 办</el-button
 				>