cc1843c7 by lihua

fix: 产品上架编辑

1 parent 56342a8b
......@@ -1959,12 +1959,12 @@ const rejectDialogBtnClick = (btn, info) => {
<div class="list_item">
<span class="item_label">数据规模(条):</span>
<span class="item_value">{{ flowDetail.dataScale != null ? changeNum(flowDetail.dataScale, 0) : '--'
}}</span>
}}</span>
</div>
<div class="list_item">
<span class="item_label">病例总数(例):</span>
<span class="item_value">{{ flowDetail.caseNumber != null ? changeNum(flowDetail.caseNumber, 0) : '--'
}}</span>
}}</span>
</div>
<div class="list_item" v-if="route.query.exchangeGuid">
<span class="item_label">登记数交所:</span>
......@@ -1978,7 +1978,7 @@ const rejectDialogBtnClick = (btn, info) => {
</span>
<span class="item_value" v-else>
<span v-for="(cor, c) in flowDetail.coverageAreaName" :key="c" class="area_text">{{ cor.join('/')
}}</span>
}}</span>
</span>
</div>
<div class="list_item is_block">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!