diff --git a/index.html b/index.html index 8bae8f9..f9b22ed 100644 --- a/index.html +++ b/index.html @@ -25,9 +25,13 @@ "name": "进样时间", "location": "./views/injection-sequence.html" }, + // { + // "name": "效期查询", + // "location": "./views/expir-info.html" + // }, { - "name": "效期查询", - "location": "./views/expir-info.html" + "name": "日期计算", + "location": "./views/calc-date.html" }, { "name": "操作规程", diff --git a/views/calc-date.html b/views/calc-date.html new file mode 100644 index 0000000..562db62 --- /dev/null +++ b/views/calc-date.html @@ -0,0 +1,238 @@ + + + + + + + + 日期计算 + + + + + + + +
+

日期计算

+ + + +
+ + + +
+ + + +
+ + + +
+ + +
+ +
+ + + + + \ No newline at end of file