Commit fd646dce authored by zhengke's avatar zhengke

修改businfo

parent 86a855de
......@@ -232,7 +232,7 @@
style="color:blue;cursor:pointer">删除</a>
</span>
<span style="display:inline-block;width:30px;margin-left:5px;">
<span class="busAddbtn" @click="AddSubItem(scope.row)" style="margin-bottom:10px;">
<span class="busAddbtn" @click="AddSubItem(scope.row)" v-if="subIndex==0" style="margin-bottom:10px;">
<i class="iconfont icon-img_haha"></i>
</span>
</span>
......@@ -406,7 +406,7 @@
</template>
</el-table-column>
</el-table>
<div class="upBtnList">
<div class="upBtnList" v-if="isShowBtn==0">
<input type="button" class="normalBtn" :class="{'disClick':!isSubmit}" @click="SaveList(0)"
:disabled="disButton" value="保存草稿" />
<input type="button" class="normalBtn" :class="{'disClick':!isSubmit}" @click="SaveList(1)"
......@@ -561,6 +561,7 @@
GuideName: '',
loading: false,
isSubmit: true,
isShowBtn:0
};
},
methods: {
......@@ -682,6 +683,7 @@
});
this.PostData = response.data.data.busExtend;
this.CommonList = response.data.data.commonList;
this.isShowBtn = response.data.data.busExtend.IsOperation;
}
},
null
......
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