Browse Source

2025-04-10

master
qiezi 11 months ago
parent
commit
bfc03d09b4
  1. 2
      src/views/modules/customer/customerInformationManagement.vue

2
src/views/modules/customer/customerInformationManagement.vue

@ -75,7 +75,7 @@
width="100" width="100"
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link>
<el-link style="cursor: pointer" v-if="isAuth('101001001:update')" @click="updateModal(scope.row)">编辑</el-link>
<el-link style="cursor: pointer" @click="detailModal(scope.row)">详情</el-link> <el-link style="cursor: pointer" @click="detailModal(scope.row)">详情</el-link>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save