store-manage/lang/zh_CN/workflow.php

13 lines
243 B
PHP

<?php
return [
'id' => 'ID',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'key' => 'KEY',
'name' => '名称',
'config' => '流程配置',
'type' => '审核类型',
'value' => '审核人',
];