|
@@ -187,6 +187,18 @@ export default {
|
|
checked: true,
|
|
checked: true,
|
|
dataIndex: 'realChangeDate'
|
|
dataIndex: 'realChangeDate'
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ title: '是否专用',
|
|
|
|
+ dataIndex: 'isSpecial',
|
|
|
|
+ checked: true,
|
|
|
|
+ customRender: (text, record, index) => {
|
|
|
|
+ if (text === 1) {
|
|
|
|
+ return '是'
|
|
|
|
+ } else {
|
|
|
|
+ return '否'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '使用状态',
|
|
title: '使用状态',
|
|
dataIndex: 'status',
|
|
dataIndex: 'status',
|