数据资产登记更新
Showing
1 changed file
with
6 additions
and
2 deletions
| ... | @@ -1796,11 +1796,15 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1796,11 +1796,15 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1796 | <span class="item_label">使用限制:</span> | 1796 | <span class="item_label">使用限制:</span> |
| 1797 | <span class="item_value">{{ assetDetailInfo.isLimitations == 'Y' ? '有限制' : '无限制' }}</span> | 1797 | <span class="item_value">{{ assetDetailInfo.isLimitations == 'Y' ? '有限制' : '无限制' }}</span> |
| 1798 | </div> | 1798 | </div> |
| 1799 | <div class="list_item" v-if="assetDetailInfo.isLimitations == 'Y'"> | 1799 | <div class="list_item" v-if="assetDetailInfo.propertyTerm != 'Y'"> |
| 1800 | <span class="item_label">产权期限:</span> | ||
| 1801 | <span class="item_value">无</span> | ||
| 1802 | </div> | ||
| 1803 | <div class="list_item" v-if="assetDetailInfo.propertyTerm == 'Y'"> | ||
| 1800 | <span class="item_label">产权开始时间:</span> | 1804 | <span class="item_label">产权开始时间:</span> |
| 1801 | <span class="item_value">{{ assetDetailInfo.propertyTermSdate ?? '--' }}</span> | 1805 | <span class="item_value">{{ assetDetailInfo.propertyTermSdate ?? '--' }}</span> |
| 1802 | </div> | 1806 | </div> |
| 1803 | <div class="list_item" v-if="assetDetailInfo.isLimitations == 'Y'"> | 1807 | <div class="list_item" v-if="assetDetailInfo.propertyTerm == 'Y'"> |
| 1804 | <span class="item_label">产权结束时间:</span> | 1808 | <span class="item_label">产权结束时间:</span> |
| 1805 | <span class="item_value">{{ assetDetailInfo.propertyTermEdate ?? '--' }}</span> | 1809 | <span class="item_value">{{ assetDetailInfo.propertyTermEdate ?? '--' }}</span> |
| 1806 | </div> | 1810 | </div> | ... | ... |
-
Please register or sign in to post a comment