centaline-data-driven 1.4.49 → 1.4.50
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.
- package/package.json +1 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +8 -4
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +8 -4
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<span class="base-clolr">{{model.fields1Dic.PriceUnit.unitName}}</span>
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
|
-
<div v-if="model.fields1Dic.PriceLine" class="row-i">
|
|
107
|
+
<div v-if="model.fields1Dic.PriceLine" class="row-i row-b">
|
|
108
108
|
<div>{{ model.fields1Dic.PriceLine.label }}</div>
|
|
109
109
|
<div>
|
|
110
110
|
{{ model.fields1Dic.PriceLine.value}}{{ model.fields1Dic.PriceLine.unitName }}
|
|
@@ -112,21 +112,21 @@
|
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
114
|
<div class="info-row" style="padding: 10px 0;">
|
|
115
|
-
<div v-if="model.fields1Dic.PriceLine" class="row-i">
|
|
115
|
+
<div v-if="model.fields1Dic.PriceLine" class="row-i row-b">
|
|
116
116
|
<div>{{ model.fields1Dic.MarketRateOfReturn.label }}</div>
|
|
117
117
|
<div>
|
|
118
118
|
<span>{{ model.fields1Dic.MarketRateOfReturn.value }} </span>
|
|
119
119
|
<span>{{ model.fields1Dic.MarketRateOfReturn.unitName }}</span>
|
|
120
120
|
</div>
|
|
121
121
|
</div>
|
|
122
|
-
<div v-if="model.fields1Dic.EstimatePriceRent" class="row-i">
|
|
122
|
+
<div v-if="model.fields1Dic.EstimatePriceRent" class="row-i row-b">
|
|
123
123
|
<div>{{ model.fields1Dic.EstimatePriceRent.label }}</div>
|
|
124
124
|
<div>
|
|
125
125
|
{{ model.fields1Dic.EstimatePriceRent.value }}
|
|
126
126
|
<span>{{ model.fields1Dic.EstimatePriceRent.unitName }}</span>
|
|
127
127
|
</div>
|
|
128
128
|
</div>
|
|
129
|
-
<div v-if="model.fields1Dic.EstimatePriceRentUnit" class="row-i">
|
|
129
|
+
<div v-if="model.fields1Dic.EstimatePriceRentUnit" class="row-i row-b">
|
|
130
130
|
<div>{{ model.fields1Dic.EstimatePriceRentUnit.label }}</div>
|
|
131
131
|
<div>
|
|
132
132
|
<span>{{ model.fields1Dic.EstimatePriceRentUnit.value }}</span>
|
|
@@ -1278,6 +1278,10 @@ export default {
|
|
|
1278
1278
|
.row-i div:nth-child(1) {
|
|
1279
1279
|
margin-bottom: 10px;
|
|
1280
1280
|
}
|
|
1281
|
+
.row-b div:nth-child(2) {
|
|
1282
|
+
font-size: 14px;
|
|
1283
|
+
font-weight: bold;
|
|
1284
|
+
}
|
|
1281
1285
|
.info-mid {
|
|
1282
1286
|
// margin: 35px 0 0 0;
|
|
1283
1287
|
// padding: 20px;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<span class="base-clolr">{{ model.fields1Dic.PriceUnit.unitName}}</span>
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
|
-
<div v-if="model.fields1Dic.PriceLine" class="row-i">
|
|
107
|
+
<div v-if="model.fields1Dic.PriceLine" class="row-i row-b">
|
|
108
108
|
<div>{{ model.fields1Dic.PriceLine.label }}</div>
|
|
109
109
|
<div>
|
|
110
110
|
{{ model.fields1Dic.PriceLine.value}}{{ model.fields1Dic.PriceLine.unitName }}
|
|
@@ -112,21 +112,21 @@
|
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
114
|
<div class="info-row" style="padding: 10px 0;">
|
|
115
|
-
<div v-if="model.fields1Dic.PriceLine" class="row-i">
|
|
115
|
+
<div v-if="model.fields1Dic.PriceLine" class="row-i row-b">
|
|
116
116
|
<div>{{ model.fields1Dic.MarketRateOfReturn.label }}</div>
|
|
117
117
|
<div>
|
|
118
118
|
<span>{{ model.fields1Dic.MarketRateOfReturn.value }}</span>
|
|
119
119
|
<span>{{model.fields1Dic.MarketRateOfReturn.unitName}}</span>
|
|
120
120
|
</div>
|
|
121
121
|
</div>
|
|
122
|
-
<div v-if="model.fields1Dic.EstimatePriceRent" class="row-i">
|
|
122
|
+
<div v-if="model.fields1Dic.EstimatePriceRent" class="row-i row-b">
|
|
123
123
|
<div>{{ model.fields1Dic.EstimatePriceRent.label }}</div>
|
|
124
124
|
<div>
|
|
125
125
|
{{ model.fields1Dic.EstimatePriceRent.value}}
|
|
126
126
|
<span>{{model.fields1Dic.EstimatePriceRent.unitName}}</span>
|
|
127
127
|
</div>
|
|
128
128
|
</div>
|
|
129
|
-
<div v-if="model.fields1Dic.EstimatePriceRentUnit" class="row-i">
|
|
129
|
+
<div v-if="model.fields1Dic.EstimatePriceRentUnit" class="row-i row-b">
|
|
130
130
|
<div>{{model.fields1Dic.EstimatePriceRentUnit.label}}</div>
|
|
131
131
|
<div>
|
|
132
132
|
<span>{{model.fields1Dic.EstimatePriceRentUnit.value}}</span>
|
|
@@ -1290,6 +1290,10 @@ export default {
|
|
|
1290
1290
|
.row-i div:nth-child(1) {
|
|
1291
1291
|
margin-bottom: 10px;
|
|
1292
1292
|
}
|
|
1293
|
+
.row-b div:nth-child(2) {
|
|
1294
|
+
font-size: 14px;
|
|
1295
|
+
font-weight: bold;
|
|
1296
|
+
}
|
|
1293
1297
|
|
|
1294
1298
|
.info-mid {
|
|
1295
1299
|
// margin: 35px 0 0 0;
|