diff --git a/sgzb-ui/src/components/TableCom/components/form.vue b/sgzb-ui/src/components/TableCom/components/form.vue index e69de29b..b5f26156 100644 --- a/sgzb-ui/src/components/TableCom/components/form.vue +++ b/sgzb-ui/src/components/TableCom/components/form.vue @@ -0,0 +1,131 @@ + + + diff --git a/sgzb-ui/src/components/TableCom/components/table.vue b/sgzb-ui/src/components/TableCom/components/table.vue index 5a925a23..8256106f 100644 --- a/sgzb-ui/src/components/TableCom/components/table.vue +++ b/sgzb-ui/src/components/TableCom/components/table.vue @@ -1,8 +1,219 @@ - + \ No newline at end of file +.check-all { + margin-bottom: 5px; + cursor: pointer; +} + +.handel-text { + cursor: pointer; +} +.handel-text:hover { + text-decoration: underline; + color: #409eff; +} + diff --git a/sgzb-ui/src/components/TableCom/components/tools.vue b/sgzb-ui/src/components/TableCom/components/tools.vue new file mode 100644 index 00000000..a59af2f9 --- /dev/null +++ b/sgzb-ui/src/components/TableCom/components/tools.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/sgzb-ui/src/components/TableCom/components/toools.vue b/sgzb-ui/src/components/TableCom/components/toools.vue deleted file mode 100644 index e69de29b..00000000 diff --git a/sgzb-ui/src/components/TableCom/index.vue b/sgzb-ui/src/components/TableCom/index.vue index e69de29b..eb805a16 100644 --- a/sgzb-ui/src/components/TableCom/index.vue +++ b/sgzb-ui/src/components/TableCom/index.vue @@ -0,0 +1,21 @@ + + + + diff --git a/sgzb-ui/src/views/demo.vue b/sgzb-ui/src/views/demo.vue index 918a3722..8e8bfb20 100644 --- a/sgzb-ui/src/views/demo.vue +++ b/sgzb-ui/src/views/demo.vue @@ -1,9 +1,16 @@