store-manage/lang/zh_CN/plan.php

32 lines
742 B
PHP

<?php
return [
'plan' => [
'id' => 'ID',
'name' => '计划名称',
'type' => '计划类型',
'status' => '计划状态',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'month' => '月份',
'store' => '门店',
'store_category' => '门店分类',
'store_level' => '门店等级',
'performance' => '业绩',
],
'task' => [
'id' => 'ID',
'name' => '任务名称',
'status' => '状态',
'completed_at' => '完成时间',
'created_at' => '创建时间',
],
'task_ledger' => [
'date' => '日期',
'store' => '门店',
'store_master' => '店长',
],
];