|
@@ -344,7 +344,7 @@ export default {
|
|
},
|
|
},
|
|
// 计算字段拼入物理字段
|
|
// 计算字段拼入物理字段
|
|
onComputedAddAssociationField(field) {
|
|
onComputedAddAssociationField(field) {
|
|
- this.$refs.editor.editor.insert(`@${field.columnName}@`)
|
|
|
|
|
|
+ this.$refs.editor.editor.insert(`[[${field.columnName}]]`)
|
|
},
|
|
},
|
|
// 计算字段拼入函数
|
|
// 计算字段拼入函数
|
|
onComputedAddFunc(method) {
|
|
onComputedAddFunc(method) {
|