This commit is contained in:
syuilo
2020-12-26 10:47:36 +09:00
parent 9d81d06853
commit 5a8cc7851b
200 changed files with 1562 additions and 1533 deletions

View File

@@ -48,7 +48,7 @@ export default defineComponent({
created() {
this.menu = [{
icon: faCog,
text: this.$t('selectList'),
text: this.$ts.selectList,
action: this.setList
}];
},
@@ -63,7 +63,7 @@ export default defineComponent({
async setList() {
const lists = await os.api('users/lists/list');
const { canceled, result: list } = await os.dialog({
title: this.$t('selectList'),
title: this.$ts.selectList,
type: null,
select: {
items: lists.map(x => ({