reverse name and abb_name

This commit is contained in:
2022-02-15 11:28:41 +07:00
parent 7181c32bbf
commit 8dc6ca8104
3 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ class ListManagement extends \yii\db\ActiveRecord {
'id' => Yii::t("app", "ID"),
'code' => Yii::t("app", "ID"),
'type' => Yii::t("app", "LOAI"),
'name' => Yii::t("app", "TEN"),
'name' => Yii::t("app", "TEN_HIEN_THI"),
'image' => Yii::t("app", "HINH_ANH_DANG_KI"),
'gender' => Yii::t("app", "GIOI_TINH"),
'birthday' => Yii::t("app", "NGAY_SINH"),
@@ -56,7 +56,7 @@ class ListManagement extends \yii\db\ActiveRecord {
'address' => Yii::t("app", "DON_VI"),
'time' => Yii::t("app", "THOI_GIAN_DANG_KI"),
'last_modified' => 'Last Modified',
'abbreviated_name' => Yii::t("app", "TEN_HIEN_THI"),
'abbreviated_name' => Yii::t("app", "TEN"),
'staff_id' => Yii::t("app", "ID"),
];
}