Commit fd646dce authored by zhengke's avatar zhengke

修改businfo

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