shoppingmallv2 init...
This commit is contained in:
parent
b579e5a4db
commit
03f2e8ea3e
@ -50,7 +50,7 @@ function getFieldView_OrderHelper($field, $entity, array $fieldFilters, array $f
|
|||||||
case 'name':
|
case 'name':
|
||||||
return sprintf(
|
return sprintf(
|
||||||
"<div style=\"text-align:left;\">%s</div>",
|
"<div style=\"text-align:left;\">%s</div>",
|
||||||
anchor(current_url() . '/view/' . $entity->getPrimaryKey(), $fieldFormOptions[$field][$value], [...$attributes, "target" => "_self"])
|
anchor(current_url() . '/view/' . $entity->getPrimaryKey(), $value, [...$attributes, "target" => "_self"])
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'quantity':
|
case 'quantity':
|
||||||
|
|||||||
@ -13,5 +13,5 @@ return [
|
|||||||
'updated_at' => "수정일",
|
'updated_at' => "수정일",
|
||||||
'created_at' => "작성일"
|
'created_at' => "작성일"
|
||||||
],
|
],
|
||||||
"STATUS" => ["use" => "주문신청", "unuse" => "주문취소", "confirm" => "주문완료",]
|
"STATUS" => ["use" => "장바구니", "unuse" => "주문취소", "confirm" => "주문완료",]
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user