Commit f0efb713 authored by youjie's avatar youjie

no message

parent c3afd18b
...@@ -2685,7 +2685,7 @@ ...@@ -2685,7 +2685,7 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button size="small" @click="BillingChargeDialog = false">取 消</el-button> <el-button size="small" @click="BillingChargeDialog = false">取 消</el-button>
<el-button :loading="Btnloading" size="small" type="danger" @click="SumbitBillingCharge">确 定</el-button> <el-button :loading="Btnloading" size="small" type="danger" @click="SumbitBillingCharge" v-if="BillingChargeTitle!='开票费用详情'">确 定</el-button>
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
......
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