apply-clients 4.1.80 → 4.1.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@
42
42
  <button
43
43
  type="button"
44
44
  class="btn btn-info head-but"
45
- v-if="$parent.$parent.selectdata.defname === '报建登记' && $parent.$parent.mark !== 1"
45
+ v-if="($parent.$parent.selectdata.defname === '报建登记'|| $parent.$parent.selectdata.defname === '合同签订' || $parent.$parent.selectdata.defname === '竣工验收') && $parent.$parent.mark !== 1"
46
46
  @click="$parent.$parent.openModal()"
47
47
  :disabled="$parent.$parent.mark === 1"
48
48
  >添加</button>