挪动
This commit is contained in:
@@ -63,7 +63,11 @@
|
|||||||
{{ party.displayName }}
|
{{ party.displayName }}
|
||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="!isViewMode && !isOurPartyLocked && ourParties.length > 1"
|
v-if="
|
||||||
|
!isViewMode &&
|
||||||
|
!isOurPartyLocked &&
|
||||||
|
ourParties.length > 1
|
||||||
|
"
|
||||||
type="link"
|
type="link"
|
||||||
danger
|
danger
|
||||||
class="text-action-btn"
|
class="text-action-btn"
|
||||||
@@ -364,7 +368,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="summary-line">
|
<div class="summary-line">
|
||||||
<span>相对方</span
|
<span>相对方</span
|
||||||
><strong>{{ isSingleAgreementChecked ? "单方协议,无相对方" : counterpartySummaryText }}</strong>
|
><strong>{{
|
||||||
|
isSingleAgreementChecked
|
||||||
|
? "单方协议,无相对方"
|
||||||
|
: counterpartySummaryText
|
||||||
|
}}</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1002,7 +1010,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1610,9 +1617,7 @@ const isSingleAgreementChecked = computed(
|
|||||||
() => String(detailState.value.isSingleAgreement || "0") === "1",
|
() => String(detailState.value.isSingleAgreement || "0") === "1",
|
||||||
);
|
);
|
||||||
|
|
||||||
const isOurPartyLocked = computed(
|
const isOurPartyLocked = computed(() => isSingleAgreementChecked.value);
|
||||||
() => isSingleAgreementChecked.value,
|
|
||||||
);
|
|
||||||
|
|
||||||
const ourParties = computed(
|
const ourParties = computed(
|
||||||
() => detailState.value.partyState.ourPartyList || [],
|
() => detailState.value.partyState.ourPartyList || [],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user