pengjun 3 months ago
parent
commit
f092480ece
  1. 2
      src/views/customerOrg/CustomerOrgGroupEdit.vue

2
src/views/customerOrg/CustomerOrgGroupEdit.vue

@ -69,10 +69,10 @@
<div style="display: flex;margin-top: 5px;justify-content:space-between;"> <div style="display: flex;margin-top: 5px;justify-content:space-between;">
<div></div> <div></div>
<div style="display: flex;"> <div style="display: flex;">
<el-button class="commonbutton" @click="dialogWin.CustomerOrgGroupEdit = false">关闭</el-button>
<el-button type="success" @click="computePrice">同比折算组合项目价格</el-button> <el-button type="success" @click="computePrice">同比折算组合项目价格</el-button>
<el-button type="success" @click="computePricePerson">同步已登记人员的分组组合项目价格</el-button> <el-button type="success" @click="computePricePerson">同步已登记人员的分组组合项目价格</el-button>
<el-button class="commonbutton" type="primary" @click="onSubmit('form')">确定</el-button> <el-button class="commonbutton" type="primary" @click="onSubmit('form')">确定</el-button>
<el-button class="commonbutton" @click="dialogWin.CustomerOrgGroupEdit = false">关闭</el-button>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save