feat: global option change language
This commit is contained in:
parent
d3c03ef233
commit
52172b7133
5 changed files with 700 additions and 57 deletions
|
|
@ -651,12 +651,11 @@ const currentPropertiesMode = ref<'service' | 'work'>('service');
|
|||
|
||||
function openPropertiesDialog(type: 'service' | 'work') {
|
||||
if (type === 'service') {
|
||||
propertiesOption.value =
|
||||
optionStore.globalOption.tha.servicePropertiesField;
|
||||
propertiesOption.value = optionStore.globalOption.servicePropertiesField;
|
||||
}
|
||||
|
||||
if (type === 'work') {
|
||||
propertiesOption.value = optionStore.globalOption.tha.workPropertiesField;
|
||||
propertiesOption.value = optionStore.globalOption.workPropertiesField;
|
||||
}
|
||||
|
||||
currentPropertiesMode.value = type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue