提交 f6e8fe59 编写于 作者: xiaoping.di's avatar xiaoping.di

paib

上级 b1a0b7ae
......@@ -12,7 +12,7 @@
<FullCalendar :options="calendarOptions" />
</div>
<div
v-if="this.schedulingType != 2"
v-if="this.schedulingType != 3"
class="agment-box-left"
>
<div class="ag-left-change">
......@@ -214,7 +214,7 @@
* view是当前视图对象。
*/
init() {
if (this.schedulingType == 1) {
if (this.schedulingType == 1 || this.schedulingType == 2) {
this.calendarOptions.editable = true;
} else {
this.calendarOptions.selectable = false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册