fix:修改 表达式输入框 选择后根据光标位置插入 ,修改部分国际化

This commit is contained in:
zhangyu
2021-05-13 10:06:03 +08:00
parent a62eac9992
commit 29dc51afd0
4 changed files with 41 additions and 21 deletions

View File

@@ -133,10 +133,10 @@ export default {
prop: 'type',
show: true
}, {
label: this.$t('project.project.project'),
label: this.$t('project.project.projectName'),
prop: 'project',
show: true,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('project.endpoint.asset'),