diff --git a/yanzhu-ui-vue3/index.html b/yanzhu-ui-vue3/index.html index 4a7333f6..2e374f69 100644 --- a/yanzhu-ui-vue3/index.html +++ b/yanzhu-ui-vue3/index.html @@ -221,7 +221,7 @@ diff --git a/yanzhu-ui-vue3/public/images/2.png b/yanzhu-ui-vue3/public/images/2.png new file mode 100644 index 00000000..67d50585 Binary files /dev/null and b/yanzhu-ui-vue3/public/images/2.png differ diff --git a/yanzhu-ui-vue3/public/images/blue.svg b/yanzhu-ui-vue3/public/images/blue.svg new file mode 100755 index 00000000..4c8ceeaa --- /dev/null +++ b/yanzhu-ui-vue3/public/images/blue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/green.svg b/yanzhu-ui-vue3/public/images/green.svg new file mode 100755 index 00000000..e28989da --- /dev/null +++ b/yanzhu-ui-vue3/public/images/green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/pitMonitor.svg b/yanzhu-ui-vue3/public/images/pitMonitor.svg new file mode 100644 index 00000000..e72ff1c2 --- /dev/null +++ b/yanzhu-ui-vue3/public/images/pitMonitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/power.svg b/yanzhu-ui-vue3/public/images/power.svg new file mode 100644 index 00000000..fbf095fc --- /dev/null +++ b/yanzhu-ui-vue3/public/images/power.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/red.svg b/yanzhu-ui-vue3/public/images/red.svg new file mode 100755 index 00000000..f0886756 --- /dev/null +++ b/yanzhu-ui-vue3/public/images/red.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/towerMonitor.svg b/yanzhu-ui-vue3/public/images/towerMonitor.svg new file mode 100644 index 00000000..3c372688 --- /dev/null +++ b/yanzhu-ui-vue3/public/images/towerMonitor.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/videoMonitor.svg b/yanzhu-ui-vue3/public/images/videoMonitor.svg new file mode 100644 index 00000000..cb698c9a --- /dev/null +++ b/yanzhu-ui-vue3/public/images/videoMonitor.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/public/images/yellow.svg b/yanzhu-ui-vue3/public/images/yellow.svg new file mode 100755 index 00000000..0a329666 --- /dev/null +++ b/yanzhu-ui-vue3/public/images/yellow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/assets/icons/svg/position.svg b/yanzhu-ui-vue3/src/assets/icons/svg/position.svg new file mode 100644 index 00000000..90674aca --- /dev/null +++ b/yanzhu-ui-vue3/src/assets/icons/svg/position.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/bim/sandTableSetting/icons.js b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/icons.js new file mode 100644 index 00000000..955ad210 --- /dev/null +++ b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/icons.js @@ -0,0 +1,6 @@ +export default { + video: ` + +`, +}; diff --git a/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue index 92ced92e..3082afb0 100644 --- a/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue +++ b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue @@ -77,6 +77,12 @@ {{ item.name }} + + @@ -86,8 +92,10 @@