diff --git a/src/assets/config/directory/usedFrqu.json b/src/assets/config/directory/usedFrqu.json new file mode 100644 index 0000000..52ae6ec --- /dev/null +++ b/src/assets/config/directory/usedFrqu.json @@ -0,0 +1,90 @@ +{ + "11": { + "name": "每天一次", + "abbreviation": "qd" + }, + "12": { + "name": "每天二次", + "abbreviation": "bid" + }, + "13": { + "name": "每天三次", + "abbreviation": "tid" + }, + "14": { + "name": "每天四次", + "abbreviation": "qid" + }, + "21": { + "name": "每周一次", + "abbreviation": "qw" + }, + "22": { + "name": "每周二次", + "abbreviation": "biw" + }, + "23": { + "name": "每周三次", + "abbreviation": "tiw" + }, + "31": { + "name": "每小时一次", + "abbreviation": "qh" + }, + "32": { + "name": "每2小时一次", + "abbreviation": "q2h" + }, + "33": { + "name": "每4小时一次", + "abbreviation": "q4h" + }, + "34": { + "name": "每5小时一次", + "abbreviation": "q5h" + }, + "35": { + "name": "每6小时一次", + "abbreviation": "q6h" + }, + "36": { + "name": "每8小时一次", + "abbreviation": "q8h" + }, + "37": { + "name": "每12小时一次", + "abbreviation": "q12h" + }, + "41": { + "name": "每晚一次", + "abbreviation": "qn" + }, + "42": { + "name": "隔天一次", + "abbreviation": "qod" + }, + "43": { + "name": "五天一次", + "abbreviation": "q5d" + }, + "44": { + "name": "十天一次", + "abbreviation": "q10d" + }, + "51": { + "name": "12小时维持", + "abbreviation": "" + }, + "52": { + "name": "24小时维持", + "abbreviation": "" + }, + "61": { + "name": "立即", + "abbreviation": "st" + }, + "62": { + "name": "必要时使用", + "abbreviation": "prn" + } +} \ No newline at end of file diff --git a/src/components/common/goods/GoodsDetail.vue b/src/components/common/goods/GoodsDetail.vue index c718343..4d63413 100644 --- a/src/components/common/goods/GoodsDetail.vue +++ b/src/components/common/goods/GoodsDetail.vue @@ -1,9 +1,9 @@