Commit c82732f0 by chenxin

fix: gift

parent 9aa6922b
......@@ -13,6 +13,9 @@ export default [
{
path: 'real-gift-detail',
component: () => import('@/views/gift-manage/real-gift-detail.vue'),
meta: {
path: '/gift-manage/real-gift'
}
},
// 库存记录
{
......
......@@ -13,6 +13,9 @@ export default [
{
path: 'virtual-gift-detail',
component: () => import('@/views/gift-manage/virtual-gift-detail.vue'),
meta: {
path: '/gift-manage/virtual-gift'
}
},
// 库存记录
{
......
......@@ -51,7 +51,7 @@
<el-form-item label="发货内容" required prop="template">
<template>
<div style="display:flex;">
<dm-editor width="500" height="300" :value="goodsForm.template" :placeholder="template" @change="handleChange2" :readonly="readonly"></dm-editor>
<dm-editor width="500" height="300" :value="goodsForm.template" is-sync :placeholder="template" @change="handleChange2" :readonly="readonly"></dm-editor>
<div class="ml20">
<p>用户申请履约后,发货内容将自动发送。</p>
<div style="height: 250px;" class="step-style">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment