Commit fdee04ae by tangjiale

修改bug

parent 521743bf
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-16 16:01:31 * @Date: 2022-06-16 16:01:31
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-20 09:20:04 * @LastEditTime: 2022-06-20 16:34:08
--> -->
<template> <template>
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
},{ },{
title: "性别",width:'100px', title: "性别",width:'100px',
type: 'customField', type: 'customField',
fieldFunction: row => row.gender == 1 ? '男' : '女', fieldFunction: row => row.bmGender == 1 ? '男' : '女',
},{ },{
title: "手机号",field: "bmPhone",width:'130px', title: "手机号",field: "bmPhone",width:'130px',
},{ },{
......
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