init
This commit is contained in:
4
lang/zh-cn/verification/detail.js
Normal file
4
lang/zh-cn/verification/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '核销明细'
|
||||
}
|
||||
4
lang/zh-cn/verification/index.js
Normal file
4
lang/zh-cn/verification/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '核销台'
|
||||
}
|
||||
5
lang/zh-cn/verification/list.js
Normal file
5
lang/zh-cn/verification/list.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '核销记录',
|
||||
emptyTips: '暂无记录'
|
||||
}
|
||||
Reference in New Issue
Block a user