@@ -117,7 +117,7 @@ export default {
},
{
key: 'isShow',
- name: '状态',
+ name: '显示/隐藏',
width: this.$col.s,
type: 'tag',
fetchTagType: val => (val ? 'success' : 'info'),
@@ -37,8 +37,8 @@ export default {
type: 'select',
- name: 'status',
- label: '状态',
+ name: 'isShow',
+ label: '显示/隐藏',
options: TYPE,
format: val => (val !== null && val !== '' ? !!val : null)
}