|
|
@ -17,7 +17,7 @@ |
|
|
|
:wrapperCol="wrapperCol" |
|
|
|
:wrapperCol="wrapperCol" |
|
|
|
extra="商家备注内容仅后台可见,用户端不可见" |
|
|
|
extra="商家备注内容仅后台可见,用户端不可见" |
|
|
|
> |
|
|
|
> |
|
|
|
<a-input v-decorator="['content']" /> |
|
|
|
<Ueditor v-decorator="['content']" /> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-form> |
|
|
|
</a-form> |
|
|
|
</a-spin> |
|
|
|
</a-spin> |
|
|
@ -27,8 +27,11 @@ |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
import _ from 'lodash' |
|
|
|
import _ from 'lodash' |
|
|
|
import * as Api from '@/api/order/event' |
|
|
|
import * as Api from '@/api/order/event' |
|
|
|
|
|
|
|
import { Ueditor } from '@/components' |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
|
|
|
|
components: { |
|
|
|
|
|
|
|
Ueditor |
|
|
|
|
|
|
|
}, |
|
|
|
data () { |
|
|
|
data () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
// 对话框标题 |
|
|
|
// 对话框标题 |
|
|
|