fix:修改 表达式输入框 选择后根据光标位置插入 ,修改部分国际化
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user