Commit f4993922 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

增加电子合同的菜单文字 -文件 -- menu.ts

parent 0e6ebfdf
/* /*
* @Author: LeeJiancong * @Author: LeeJiancong
* @Date: 2020-07-13 14:08:50 * @Date: 2020-07-13 14:08:50
* @LastEditors: LeeJiancong * @LastEditors: jiaxin
* @LastEditTime: 2020-09-17 11:20:55 * @LastEditTime: 2020-09-21 17:50:11
*/ */
export default { export default {
...@@ -113,6 +113,12 @@ export default { ...@@ -113,6 +113,12 @@ export default {
// 交易能力 // 交易能力
'menu.tranactionAbility': '交易', 'menu.tranactionAbility': '交易',
//电子合同
'menu.tranactionAbility.electronicContracts': '电子合同',
'menu.tranactionAbility.electronicContracts.apply': '电子签章申请',
'menu.tranactionAbility.electronicContracts.classSearch': '合同模板参数查询',
'menu.tranactionAbility.electronicContracts.template.': '合同模板',
//进销存
'menu.tranactionAbility.stockSellStorage': '进销存', 'menu.tranactionAbility.stockSellStorage': '进销存',
'menu.tranactionAbility.stockSellStorage.warehouse': '仓库', 'menu.tranactionAbility.stockSellStorage.warehouse': '仓库',
'menu.tranactionAbility.stockSellStorage.addWarehouse': '新增仓库', 'menu.tranactionAbility.stockSellStorage.addWarehouse': '新增仓库',
......
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