diff --git a/src/pages/demo/business/table/1/componnets/PageMain/index.vue b/src/pages/demo/business/table/1/componnets/PageMain/index.vue
index c874ddbb..af5415c8 100644
--- a/src/pages/demo/business/table/1/componnets/PageMain/index.vue
+++ b/src/pages/demo/business/table/1/componnets/PageMain/index.vue
@@ -15,7 +15,7 @@
+ type="success">
{{scope.row.value}}
@@ -23,25 +23,20 @@
-
- {
- handleSwitchChange(val, scope.$index)
- }">
-
-
- {{scope.row.type}}
-
-
+ {
+ handleSwitchChange(val, scope.$index)
+ }">
+
+
+
@@ -65,8 +60,11 @@
- 已经使用
- 未使用
+
+ {{scope.row.used ? '已使用' : '未使用'}}
+
@@ -80,7 +78,11 @@