@@ -98,7 +98,7 @@ export default {
},
{
key: 'isShow',
- name: '状态',
+ name: '显示/隐藏',
width: this.$col.s,
type: 'tag',
fetchTagType: val => (val ? 'success' : 'info'),
@@ -20,7 +20,7 @@ export default {
type: 'select',
name: 'isShow',
- label: '状态',
+ label: '显示/隐藏',
options: TYPE,
format: val => (val !== null && val !== '' ? !!val : null)
}
@@ -97,7 +97,7 @@ export default {
@@ -63,7 +63,7 @@ export default {
width: this.$col.m,
@@ -19,7 +19,7 @@ export default {
@@ -91,7 +91,7 @@ export default {
width: this.$col.b,
type: 'switch',
switchName: ['运行', '停止'],
@@ -41,7 +41,7 @@ export default {
options: setStatus(['运行', '停止'], [true, false]),
@@ -59,7 +59,7 @@ export default {
@@ -53,7 +53,7 @@ export default {
@@ -76,7 +76,7 @@ export default {
@@ -31,7 +31,7 @@ export default {