|
|
@@ -559,6 +559,11 @@ class SystemCrud extends AuthController
|
|
|
];
|
|
|
foreach ((array)$info->field['tableField'] as $item) {
|
|
|
if (isset($item['is_table']) && $item['is_table']) {
|
|
|
+ if (in_array($item['from_type'], ['frameImageOne', 'frameImages'])) {
|
|
|
+ $keyName = 'key';
|
|
|
+ } else {
|
|
|
+ $keyName = 'slot';
|
|
|
+ }
|
|
|
$columns[] = [
|
|
|
'title' => $item['table_name'] ?: $item['comment'],
|
|
|
'key' => $item['field'],
|