From 5c546dca9502001698581dd8d27942bec8c5e698 Mon Sep 17 00:00:00 2001
From: liyang <1711467488@qq.com>
Date: Tue, 7 Aug 2018 09:02:43 +0800
Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=88=97=E6=8E=A7=E5=88=B6?=
=?UTF-8?q?=E5=99=A8=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Former-commit-id: 0e03e0fea7fbaacf1c2d8ff2411c151d0aef433c [formerly 0e03e0fea7fbaacf1c2d8ff2411c151d0aef433c [formerly 0e03e0fea7fbaacf1c2d8ff2411c151d0aef433c [formerly 0e03e0fea7fbaacf1c2d8ff2411c151d0aef433c [formerly ce25e70b23df7f428a514a7a92790de70a393274 [formerly 0dc8f4cd9be176aae57942767a315623d104932d]]]]]
Former-commit-id: 9b38b47bc438321aa72180f9a170af8f92a9e77d
Former-commit-id: 01108104a6d5c36e474fdfb7ec0b0b8d73048221
Former-commit-id: 0cfebf110b20794e2690674ac285e3cba5280ae4 [formerly 5b9e9a9d9bef2e6d37eeb2630ad73d9f0494d967]
Former-commit-id: fd0ff1d79aebf7f13218e0149e1948083e1ba904
Former-commit-id: 7e1ede18df14c10daf4a25fdb509518929fb9d96
Former-commit-id: af50aad4bfb60e7b5ed9b6ca991e51a2f3490df2
Former-commit-id: 3462539ef1c1bba8d6efc7f52e95930515f1e108
Former-commit-id: b882ff02952b1f164f061ab090174018ee9afb4a
---
.../table/1/componnets/PageMain/index.vue | 53 ++++++------
.../table/1/componnets/TypeControl/index.vue | 85 +++++++++++++++++++
2 files changed, 114 insertions(+), 24 deletions(-)
create mode 100644 src/pages/demo/business/table/1/componnets/TypeControl/index.vue
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 @@