@@ -371,6 +371,18 @@ export default {
title: '更换日期',
dataIndex: 'startDate'
},
+ {
+ title: '是否专用',
+ dataIndex: 'isSpecial',
+ checked: true,
+ customRender: (text, record, index) => {
+ if (text === 1) {
+ return '是'
+ } else {
+ return '否'
+ }
+ },
{
title: '操作',
key: 'action',
@@ -187,6 +187,18 @@ export default {
checked: true,
dataIndex: 'realChangeDate'
title: '使用状态',
dataIndex: 'status',