修改是否提醒字段

This commit is contained in:
fengachen
2021-09-27 10:59:06 +08:00
parent d3aabe1d1e
commit 020409f9db
@@ -115,7 +115,7 @@ export default {
title: '是否提醒',
align: 'center',
width: 200,
dataIndex: 'remind',
dataIndex: 'remind_dictText',
// scopedSlots: {customRender: 'text'}
},
],
@@ -149,7 +149,7 @@ export default {
title: '是否提醒',
align: 'center',
width: 200,
dataIndex: 'remind',
dataIndex: 'remind_dictText',
// scopedSlots: {customRender: 'text'}
},
],