Browse Source

出库申请--无优惠套餐时选择按钮隐藏

zhanglei
yunuo970428 2 years ago
parent
commit
aeb2d24741
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqingAdd.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqingAdd.vue

@ -136,7 +136,7 @@
<el-table-column fixed align="center" label="操作" type="index" width="280">
<template slot-scope="scope">
<el-button type="danger" size="small" @click="handleDel(scope.$index)">删除</el-button>
<el-button type="primary" size="small" v-if="formobj.discountLeave.length !== '0'" @click="handleSelect(scope.row)">选择套餐</el-button>
<el-button type="primary" size="small" v-if="formobj.discountLeave.length > 0" @click="handleSelect(scope.row)">选择套餐</el-button>
<el-button type="primary" size="small" v-if="formobj.typeKey == '2'" @click="handleUpdateUser(scope.row)">修改购车人</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save