From 1a1a7b401b0f75d2588256fdc3dfd3a98d0fb66c Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 01 八月 2025 16:15:27 +0800 Subject: [PATCH] '更改客户表管理页面' --- Web/src/views/Customer/fBS_Customer/index.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Web/src/views/Customer/fBS_Customer/index.vue b/Web/src/views/Customer/fBS_Customer/index.vue index f1eda49..069541d 100644 --- a/Web/src/views/Customer/fBS_Customer/index.vue +++ b/Web/src/views/Customer/fBS_Customer/index.vue @@ -232,25 +232,25 @@ <el-table-column type="selection" width="40" align="center" v-if="auth('fBS_Customer:batchDelete') || auth('fBS_Customer:export')" /> <el-table-column type="index" label="搴忓彿" width="55" align="center"/> <el-table-column prop='account' label='璐﹀彿' sortable='custom' show-overflow-tooltip /> - <el-table-column prop='password' label='瀵嗙爜' show-overflow-tooltip /> + <!-- <el-table-column prop='password' label='瀵嗙爜' show-overflow-tooltip /> --> <el-table-column prop='realName' label='鐪熷疄濮撳悕' sortable='custom' show-overflow-tooltip /> <el-table-column prop='nickName' label='鏄电О' sortable='custom' show-overflow-tooltip /> - <el-table-column prop='avatar' label='澶村儚' show-overflow-tooltip /> - <el-table-column prop='sex' label='鎬у埆' show-overflow-tooltip> + <!-- <el-table-column prop='avatar' label='澶村儚' show-overflow-tooltip /> --> + <!-- <el-table-column prop='sex' label='鎬у埆' show-overflow-tooltip> <template #default="scope"> <g-sys-dict v-model="scope.row.sex" code="GenderEnum" /> </template> </el-table-column> <el-table-column prop='age' label='骞撮緞' show-overflow-tooltip /> <el-table-column prop='birthday' label='鍑虹敓鏃ユ湡' show-overflow-tooltip /> - <el-table-column prop='nation' label='姘戞棌' show-overflow-tooltip /> + <el-table-column prop='nation' label='姘戞棌' show-overflow-tooltip /> --> <el-table-column prop='phone' label='鎵嬫満鍙风爜' show-overflow-tooltip /> - <el-table-column prop='cardType' label='璇佷欢绫诲瀷' show-overflow-tooltip> + <!-- <el-table-column prop='cardType' label='璇佷欢绫诲瀷' show-overflow-tooltip> <template #default="scope"> <g-sys-dict v-model="scope.row.cardType" code="CardTypeEnum" /> </template> - </el-table-column> - <el-table-column prop='idCardNum' label='韬唤璇佸彿' show-overflow-tooltip /> + </el-table-column> --> + <!-- <el-table-column prop='idCardNum' label='韬唤璇佸彿' show-overflow-tooltip /> <el-table-column prop='idCardPath' label='韬唤璇�' show-overflow-tooltip /> <el-table-column prop='email' label='閭' show-overflow-tooltip /> <el-table-column prop='address' label='鍦板潃' show-overflow-tooltip /> @@ -258,32 +258,32 @@ <template #default="scope"> <g-sys-dict v-model="scope.row.cultureLevel" code="CultureLevelEnum" /> </template> - </el-table-column> - <el-table-column prop='politicalOutlook' label='鏀挎不闈㈣矊' show-overflow-tooltip /> - <el-table-column prop='college' label='姣曚笟闄㈡牎' show-overflow-tooltip /> + </el-table-column> --> + <!-- <el-table-column prop='politicalOutlook' label='鏀挎不闈㈣矊' show-overflow-tooltip /> --> + <!-- <el-table-column prop='college' label='姣曚笟闄㈡牎' show-overflow-tooltip /> <el-table-column prop='officePhone' label='鍔炲叕鐢佃瘽' show-overflow-tooltip /> <el-table-column prop='emergencyContact' label='绱ф�ヨ仈绯讳汉' show-overflow-tooltip /> <el-table-column prop='emergencyPhone' label='绱ф�ヨ仈绯讳汉鐢佃瘽' show-overflow-tooltip /> <el-table-column prop='emergencyAddress' label='绱ф�ヨ仈绯讳汉鍦板潃' show-overflow-tooltip /> <el-table-column prop='introduction' label='涓汉绠�浠�' show-overflow-tooltip /> - <el-table-column prop='orderNo' label='鎺掑簭' show-overflow-tooltip /> + <el-table-column prop='orderNo' label='鎺掑簭' show-overflow-tooltip /> --> <el-table-column prop='status' label='鐘舵��' v-auth="'fBS_Customer:setStatus'" show-overflow-tooltip> <template #default="scope"> <el-switch v-model="scope.row.status" :active-value="1" :inactive-value="2" size="small" @change="changeFBS_CustomerStatus(scope.row)" /> </template> </el-table-column> <el-table-column prop='remark' label='澶囨敞' show-overflow-tooltip /> - <el-table-column prop='posLevel' label='鑱岀骇' show-overflow-tooltip /> - <el-table-column prop='posTitle' label='鑱岀О' show-overflow-tooltip /> - <el-table-column label="淇敼璁板綍" width="100" align="center" show-overflow-tooltip> + <!-- <el-table-column prop='posLevel' label='鑱岀骇' show-overflow-tooltip /> + <el-table-column prop='posTitle' label='鑱岀О' show-overflow-tooltip /> --> + <!-- <el-table-column label="淇敼璁板綍" width="100" align="center" show-overflow-tooltip> <template #default="scope"> <ModifyRecord :data="scope.row" /> </template> - </el-table-column> - <el-table-column label="鎿嶄綔" width="140" align="center" fixed="right" show-overflow-tooltip v-if="auth('fBS_Customer:update') || auth('fBS_Customer:delete')"> + </el-table-column> --> + <el-table-column label="鎿嶄綔" width="70" align="center" fixed="right" show-overflow-tooltip v-if="auth('fBS_Customer:update') || auth('fBS_Customer:delete')"> <template #default="scope"> - <el-button icon="ele-Edit" size="small" text type="primary" @click="editDialogRef.openDialog(scope.row, '缂栬緫瀹㈡埛琛�')" v-auth="'fBS_Customer:update'"> 缂栬緫 </el-button> - <el-button icon="ele-Delete" size="small" text type="primary" @click="delFBS_Customer(scope.row)" v-auth="'fBS_Customer:delete'"> 鍒犻櫎 </el-button> + <el-button icon="ele-Edit" size="small" text type="primary" @click="editDialogRef.openDialog(scope.row, '缂栬緫瀹㈡埛琛�')" v-auth="'fBS_Customer:update'"> </el-button> + <el-button icon="ele-Delete" size="small" text type="primary" @click="delFBS_Customer(scope.row)" v-auth="'fBS_Customer:delete'"> </el-button> </template> </el-table-column> </el-table> -- Gitblit v1.9.1