Commit 59b0df16 authored by lshan's avatar lshan

修改

parent ed38a5d8
...@@ -18,13 +18,8 @@ ...@@ -18,13 +18,8 @@
:text="form.editableContent" :text="form.editableContent"
/> />
</a-form-model-item> </a-form-model-item>
<<<<<<< HEAD
<!-- 新增操作 --> <!-- 新增操作 -->
<a-button type="primary" @click="onSubmit" class="mt-5" <a-button type="primary" @click="onSubmit" class="mt-5"
=======
<!-- 发布操作 -->
<a-button type="primary" @click="onSubmit" class="mt-5" :disabled="disabled"
>>>>>>> f70918459d02e7669426f774d1407abe7d263f05
>确定</a-button >确定</a-button
> >
</a-form-model> </a-form-model>
......
...@@ -31,13 +31,8 @@ ...@@ -31,13 +31,8 @@
<editor class="edit-news text-left mt-5" :text="form.editableContent" :editorContent.sync="form.content" <editor class="edit-news text-left mt-5" :text="form.editableContent" :editorContent.sync="form.content"
@getContent="getContent"/> @getContent="getContent"/>
</a-form-model-item> </a-form-model-item>
<<<<<<< HEAD
<!--新增操作 --> <!--新增操作 -->
<a-button type="primary" @click="onSubmit" class=" mt-5">确定</a-button> <a-button type="primary" @click="onSubmit" class=" mt-5">确定</a-button>
=======
<!-- 发布操作 -->
<a-button type="primary" @click="onSubmit" class=" mt-5" :disabled="disabled">确定</a-button>
>>>>>>> f70918459d02e7669426f774d1407abe7d263f05
</a-form-model> </a-form-model>
</div> </div>
</template> </template>
......
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