Commit 81d63d3b authored by dragondean@qq.com's avatar dragondean@qq.com

修复海运出货操作i18n导致审核页面打不开

parent 2c16e9ee
...@@ -5,7 +5,7 @@ import Decimal from "decimal.js"; ...@@ -5,7 +5,7 @@ import Decimal from "decimal.js";
import i18n from "@/i18n"; import i18n from "@/i18n";
// 自动提取脚本只匹配$t,所以需要重新给个名字 // 自动提取脚本只匹配$t,所以需要重新给个名字
const $t = i18n.t const $t = (args) => i18n.t(...args)
/** /**
* 节点状态值 * 节点状态值
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment