|
|
|
@ -155,7 +155,7 @@
|
|
|
|
<span style="color: red; font-weight: 600; padding-right: 4px">*</span>是否为最后一笔
|
|
|
|
<span style="color: red; font-weight: 600; padding-right: 4px">*</span>是否为最后一笔
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<el-switch v-model="paymentRegistrationForm.isLast" />
|
|
|
|
<el-switch active-text="是" inactive-text="否" v-model="paymentRegistrationForm.isLast" />
|
|
|
|
<!-- @change="toggleSelection"-->
|
|
|
|
<!-- @change="toggleSelection"-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -166,7 +166,7 @@
|
|
|
|
<span style="color: red; font-weight: 600; padding-right: 4px">*</span>是否为资产
|
|
|
|
<span style="color: red; font-weight: 600; padding-right: 4px">*</span>是否为资产
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<el-switch v-model="paymentRegistrationForm.property" :active-value="1" :inactive-value="0" />
|
|
|
|
<el-switch active-text="是" inactive-text="否" v-model="paymentRegistrationForm.property" :active-value="1" :inactive-value="0" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|