diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/deviceList.vue b/src/views/tested/dashboard/components/deviceList.vue new file mode 100644 index 0000000..6f886f1 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceList.vue @@ -0,0 +1,315 @@ + + + + + + diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/deviceList.vue b/src/views/tested/dashboard/components/deviceList.vue new file mode 100644 index 0000000..6f886f1 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceList.vue @@ -0,0 +1,315 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/editSchedule.vue b/src/views/tested/dashboard/components/editSchedule.vue new file mode 100644 index 0000000..a237371 --- /dev/null +++ b/src/views/tested/dashboard/components/editSchedule.vue @@ -0,0 +1,228 @@ + + + + + + + diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/deviceList.vue b/src/views/tested/dashboard/components/deviceList.vue new file mode 100644 index 0000000..6f886f1 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceList.vue @@ -0,0 +1,315 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/editSchedule.vue b/src/views/tested/dashboard/components/editSchedule.vue new file mode 100644 index 0000000..a237371 --- /dev/null +++ b/src/views/tested/dashboard/components/editSchedule.vue @@ -0,0 +1,228 @@ + + + + + + + diff --git a/src/views/tested/dashboard/components/rightBox.vue b/src/views/tested/dashboard/components/rightBox.vue new file mode 100644 index 0000000..3cdf697 --- /dev/null +++ b/src/views/tested/dashboard/components/rightBox.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/deviceList.vue b/src/views/tested/dashboard/components/deviceList.vue new file mode 100644 index 0000000..6f886f1 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceList.vue @@ -0,0 +1,315 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/editSchedule.vue b/src/views/tested/dashboard/components/editSchedule.vue new file mode 100644 index 0000000..a237371 --- /dev/null +++ b/src/views/tested/dashboard/components/editSchedule.vue @@ -0,0 +1,228 @@ + + + + + + + diff --git a/src/views/tested/dashboard/components/rightBox.vue b/src/views/tested/dashboard/components/rightBox.vue new file mode 100644 index 0000000..3cdf697 --- /dev/null +++ b/src/views/tested/dashboard/components/rightBox.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/verificationDetail.vue b/src/views/tested/dashboard/components/verificationDetail.vue new file mode 100644 index 0000000..fcb8084 --- /dev/null +++ b/src/views/tested/dashboard/components/verificationDetail.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/.env.development b/.env.development index 9551b19..debe1a8 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ # VITE_APP_API_BASEURL = http://139.198.29.133:8089 # VITE_APP_API_BASEURL = http://111.198.10.15:21611 VITE_APP_API_BASEURL = http://127.0.0.1:5909 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://192.168.8.107:5909 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index 4a1f370..f08078d 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -46,7 +46,7 @@ }, // 表格高度 height: { - type: Number, + type: String, default() { return null }, @@ -192,7 +192,7 @@ ref="table" v-loading="listLoading" :data="data" - :height="height" + :max-height="props.height" border stripe :size="size" diff --git a/src/components/benchCol/index.vue b/src/components/benchCol/index.vue index 6f816d8..aaf49ec 100644 --- a/src/components/benchCol/index.vue +++ b/src/components/benchCol/index.vue @@ -1,4 +1,6 @@ @@ -69,6 +156,15 @@ margin-right: 5px; } + .edit-icon { + cursor: pointer; + } + + .delete-icon { + color: red; + cursor: pointer; + } + .title { color: #000; font-size: 16px; diff --git a/src/views/tested/dashboard/components/deviceDetail.vue b/src/views/tested/dashboard/components/deviceDetail.vue new file mode 100644 index 0000000..bf41058 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceDetail.vue @@ -0,0 +1,198 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/deviceList.vue b/src/views/tested/dashboard/components/deviceList.vue new file mode 100644 index 0000000..6f886f1 --- /dev/null +++ b/src/views/tested/dashboard/components/deviceList.vue @@ -0,0 +1,315 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/editSchedule.vue b/src/views/tested/dashboard/components/editSchedule.vue new file mode 100644 index 0000000..a237371 --- /dev/null +++ b/src/views/tested/dashboard/components/editSchedule.vue @@ -0,0 +1,228 @@ + + + + + + + diff --git a/src/views/tested/dashboard/components/rightBox.vue b/src/views/tested/dashboard/components/rightBox.vue new file mode 100644 index 0000000..3cdf697 --- /dev/null +++ b/src/views/tested/dashboard/components/rightBox.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/src/views/tested/dashboard/components/verificationDetail.vue b/src/views/tested/dashboard/components/verificationDetail.vue new file mode 100644 index 0000000..fcb8084 --- /dev/null +++ b/src/views/tested/dashboard/components/verificationDetail.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/src/views/tested/dashboard/index.vue b/src/views/tested/dashboard/index.vue index 04869cb..10362ba 100644 --- a/src/views/tested/dashboard/index.vue +++ b/src/views/tested/dashboard/index.vue @@ -1,3 +1,39 @@ + + + + +