文件路径:src/views/freight/shippingTemplates/index.vue
加上上图圈住的代码
<templatesFrom ref="templateForm" :tempId="id" :componentKey="componentKey" @getList="getList"templatesFrom>
import templatesFrom from "@/components/templatesFrom";
components: { templatesFrom },
把add方法改成下面这样
onEdit方法也改下
add() {
this.$refs.templateForm.dialogVisible = true;
this.$refs.templateForm.resetData();
},
onEdit(id) {
this.id = id;
this.$refs.templateForm.dialogVisible = true;
this.$refs.templateForm.getInfo(id)
},
再去官网下载最新的包把components/templatesFrom/index.vue文件替换下
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}