Commit e2e6a728 authored by hanfeng's avatar hanfeng

修改会员录入,已核销的数据不能删除

parent 5a3cf766
......@@ -83,7 +83,7 @@
</el-table-column>
<el-table-column align="center" label="操作" width="100" fixed="right">
<template scope="scope">
<el-button type="danger" size="small" @click="deleteHandler(scope.row)" v-if="memberEnter_btn_del">删除</el-button>
<el-button type="danger" size="small" @click="deleteHandler(scope.row)" v-if="memberEnter_btn_del&&scope.row.status!=1">删除</el-button>
</template>
</el-table-column>
</el-table>
......@@ -148,7 +148,7 @@
<el-form :model="fileForm">
<el-form-item label="上传文件" :label-width="formLabelWidth">
<el-button type="primary" icon="el-icon-download">
<a class="el-icon-download" :href="BASE_API+'/api/admin/admin/member/app/unauth/user/excel_model/dowload'">下载模板
<a class="el-icon-download" href="https://mgmt.dfangche.com/axshare/usermember.xlsx">下载模板
</a>
</el-button>
......
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