638a76e1 by lxs Committed by lihua

数据资产登记更新

1 parent 360dadb0
......@@ -1796,11 +1796,15 @@ const passCommonDialogBtnClick = (btn, info) => {
<span class="item_label">使用限制:</span>
<span class="item_value">{{ assetDetailInfo.isLimitations == 'Y' ? '有限制' : '无限制' }}</span>
</div>
<div class="list_item" v-if="assetDetailInfo.isLimitations == 'Y'">
<div class="list_item" v-if="assetDetailInfo.propertyTerm != 'Y'">
<span class="item_label">产权期限:</span>
<span class="item_value"></span>
</div>
<div class="list_item" v-if="assetDetailInfo.propertyTerm == 'Y'">
<span class="item_label">产权开始时间:</span>
<span class="item_value">{{ assetDetailInfo.propertyTermSdate ?? '--' }}</span>
</div>
<div class="list_item" v-if="assetDetailInfo.isLimitations == 'Y'">
<div class="list_item" v-if="assetDetailInfo.propertyTerm == 'Y'">
<span class="item_label">产权结束时间:</span>
<span class="item_value">{{ assetDetailInfo.propertyTermEdate ?? '--' }}</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!