diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 7e9e2a5..98e3806 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -573,9 +573,6 @@ export default { btns.set( "detail", _this.editorClick(scope.row, "edit")} @@ -1054,4 +1048,8 @@ export default { opacity: 1; } } + +Button + Button { + margin-left: 6px; +} diff --git a/src/styles/iconfont.css b/src/styles/iconfont.css index e141adc..0dae451 100644 --- a/src/styles/iconfont.css +++ b/src/styles/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4177958 */ - src: url('iconfont.woff2?t=1689926089256') format('woff2'), - url('iconfont.woff?t=1689926089256') format('woff'), - url('iconfont.ttf?t=1689926089256') format('truetype'); + src: url('iconfont.woff2?t=1692580947552') format('woff2'), + url('iconfont.woff?t=1692580947552') format('woff'), + url('iconfont.ttf?t=1692580947552') format('truetype'); } .iconfont { @@ -13,6 +13,14 @@ -moz-osx-font-smoothing: grayscale; } +.icon-ditu:before { + content: "\e608"; +} + +.icon-zichanxinxi:before { + content: "\e7ec"; +} + .icon-zaixianquhao:before { content: "\e63a"; } diff --git a/src/styles/iconfont.ttf b/src/styles/iconfont.ttf index 4e2970e..cbc430a 100644 Binary files a/src/styles/iconfont.ttf and b/src/styles/iconfont.ttf differ diff --git a/src/styles/iconfont.woff b/src/styles/iconfont.woff index 1686c67..8e1dda4 100644 Binary files a/src/styles/iconfont.woff and b/src/styles/iconfont.woff differ diff --git a/src/styles/iconfont.woff2 b/src/styles/iconfont.woff2 index bb7bce9..a1ce95c 100644 Binary files a/src/styles/iconfont.woff2 and b/src/styles/iconfont.woff2 differ diff --git a/src/views/assets/atlas.vue b/src/views/assets/atlas.vue new file mode 100644 index 0000000..fbf309d --- /dev/null +++ b/src/views/assets/atlas.vue @@ -0,0 +1,254 @@ + + + + + diff --git a/src/views/component/detail.vue b/src/views/component/detail.vue index 28d84cd..be94e19 100644 --- a/src/views/component/detail.vue +++ b/src/views/component/detail.vue @@ -16,10 +16,10 @@ - +
资产图集
- + 历史 + + + @@ -314,6 +325,7 @@ import headerContent from "@/components/LxHeader/XyContent.vue"; import drawer from "@/views/component/drawer.vue"; import imports from "./imports.vue"; import assetsHistory from "@/views/assets/assetsHistory.vue"; +import atlas from "@/views/assets/atlas.vue"; export default { components: { LxHeader, @@ -322,7 +334,8 @@ export default { drawer, imports, - assetsHistory + assetsHistory, + atlas }, mixins: [authMixin], provide: { @@ -566,7 +579,7 @@ export default { } } - let alignLeft = ['dikuaimingcheng'] + let alignLeft = ['dikuaimingcheng','chengjiandanwei','jianshedanwei','wuyedanwei'] this.table.push( Object.assign( { diff --git a/src/views/system/form.vue b/src/views/system/form.vue index ed4f05a..6fa7b59 100644 --- a/src/views/system/form.vue +++ b/src/views/system/form.vue @@ -50,7 +50,6 @@