diff --git a/src/components/rightBox/settings/I18nBox.vue b/src/components/rightBox/settings/I18nBox.vue new file mode 100644 index 00000000..b006c386 --- /dev/null +++ b/src/components/rightBox/settings/I18nBox.vue @@ -0,0 +1,155 @@ + + + + {{editObject.id ? $t('config.user.editUser') : $t('config.user.createUser')}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/table/settings/I18nTable.vue b/src/components/table/settings/I18nTable.vue new file mode 100644 index 00000000..a560bba0 --- /dev/null +++ b/src/components/table/settings/I18nTable.vue @@ -0,0 +1,144 @@ + + + + + + + {{item.label}} + + + + + + {{scope.row[item.prop].map(t=>t.name).join(',')}} + + + - + + + + {statusChange(scope.row)}"> + + + {{scope.row[item.prop]}} + + + + + {{$t('overall.option')}} + + + + + + + + + + + {{$t('overall.delete')}} + + + + + + + + + + diff --git a/src/views/settings/I18n.vue b/src/views/settings/I18n.vue new file mode 100644 index 00000000..23295945 --- /dev/null +++ b/src/views/settings/I18n.vue @@ -0,0 +1,87 @@ + + + + + + + + + + { $refs.dataList.showBottomBox(targetTab, object) }" + /> + + + + + + + + + + +