浏览代码

页面调整

shuhao 1 周之前
父节点
当前提交
518b064a8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/workDetail/components/prescriptionBox.vue

+ 1 - 1
src/views/workDetail/components/prescriptionBox.vue

@@ -243,7 +243,7 @@ onMounted(() => {
     if(infoItem.value.area)
       infoItem.value.area = infoItem.value.area.toFixed(2);
     for(let item of  infoItem.value.conditionList){
-      infoItem.value.condition=item
+      infoItem.value.condition=item.name + "大于" + (parseFloat(item.value) * 100) + "%";
     }
 });