reverse name and abb_name
This commit is contained in:
parent
7181c32bbf
commit
8dc6ca8104
|
@ -48,7 +48,7 @@ class ListManagement extends \yii\db\ActiveRecord {
|
||||||
'id' => Yii::t("app", "ID"),
|
'id' => Yii::t("app", "ID"),
|
||||||
'code' => Yii::t("app", "ID"),
|
'code' => Yii::t("app", "ID"),
|
||||||
'type' => Yii::t("app", "LOAI"),
|
'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"),
|
'image' => Yii::t("app", "HINH_ANH_DANG_KI"),
|
||||||
'gender' => Yii::t("app", "GIOI_TINH"),
|
'gender' => Yii::t("app", "GIOI_TINH"),
|
||||||
'birthday' => Yii::t("app", "NGAY_SINH"),
|
'birthday' => Yii::t("app", "NGAY_SINH"),
|
||||||
|
@ -56,7 +56,7 @@ class ListManagement extends \yii\db\ActiveRecord {
|
||||||
'address' => Yii::t("app", "DON_VI"),
|
'address' => Yii::t("app", "DON_VI"),
|
||||||
'time' => Yii::t("app", "THOI_GIAN_DANG_KI"),
|
'time' => Yii::t("app", "THOI_GIAN_DANG_KI"),
|
||||||
'last_modified' => 'Last Modified',
|
'last_modified' => 'Last Modified',
|
||||||
'abbreviated_name' => Yii::t("app", "TEN_HIEN_THI"),
|
'abbreviated_name' => Yii::t("app", "TEN"),
|
||||||
'staff_id' => Yii::t("app", "ID"),
|
'staff_id' => Yii::t("app", "ID"),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{Yii::t("app", "ID")}</th>
|
<th>{Yii::t("app", "ID")}</th>
|
||||||
<th>{Yii::t("app", "TEN")}</th>
|
|
||||||
<th>{Yii::t("app", "TEN_HIEN_THI")}</th>
|
<th>{Yii::t("app", "TEN_HIEN_THI")}</th>
|
||||||
|
<th>{Yii::t("app", "TEN")}</th>
|
||||||
<th>{Yii::t("app", "DON_VI")}</th>
|
<th>{Yii::t("app", "DON_VI")}</th>
|
||||||
<th>{Yii::t("app", "HINH_ANH_DANG_KI")}</th>
|
<th>{Yii::t("app", "HINH_ANH_DANG_KI")}</th>
|
||||||
<th>{Yii::t("app", "COMPANY_ID")}</th>
|
<th>{Yii::t("app", "COMPANY_ID")}</th>
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{Yii::t("app", "ID")}<</th>
|
<th>{Yii::t("app", "ID")}<</th>
|
||||||
<th>{Yii::t("app", "TEN")}<</th>
|
|
||||||
<th>{Yii::t("app", "TEN_HIEN_THI")}</th>
|
<th>{Yii::t("app", "TEN_HIEN_THI")}</th>
|
||||||
|
<th>{Yii::t("app", "TEN")}<</th>
|
||||||
<th>{Yii::t("app", "GIOI_TINH")}</th>
|
<th>{Yii::t("app", "GIOI_TINH")}</th>
|
||||||
<th>{Yii::t("app", "HINH_ANH_DANG_KI")}</th>
|
<th>{Yii::t("app", "HINH_ANH_DANG_KI")}</th>
|
||||||
<th>{Yii::t("app", "NGAY_SINH")}</th>
|
<th>{Yii::t("app", "NGAY_SINH")}</th>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user