ad9266b9 by zhangmeng

看板

1 parent 5bb7fd9a
...@@ -25,13 +25,10 @@ import {useRouter} from 'vue-router' ...@@ -25,13 +25,10 @@ import {useRouter} from 'vue-router'
25 25
26 const type = ref('是') 26 const type = ref('是')
27 const url = ref() 27 const url = ref()
28 const obj = ref({ 28 const obj = ref({})
29 IFBASE: '是'
30 })
31 const result = ref() 29 const result = ref()
32 const router = useRouter() 30 const router = useRouter()
33 // url.value = 'http://192.168.1.152:8899/login/sid=36487a35-4354-421a-b0d8-4a430f88b7fa#/' 31 // url.value = 'http://192.168.1.152:8899/login/sid=fa190207-f8bf-462c-a7f0-f2f0a14abe97#/'
34 // url.value = 'http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/'
35 url.value = window.location.href 32 url.value = window.location.href
36 result.value = url.value?.split('=')[1]?.split('#')[0]; 33 result.value = url.value?.split('=')[1]?.split('#')[0];
37 34
......
...@@ -654,7 +654,7 @@ const handelBing3 = (row1, row2) => { ...@@ -654,7 +654,7 @@ const handelBing3 = (row1, row2) => {
654 // params.seriesName 可以获取系列名称 654 // params.seriesName 可以获取系列名称
655 if (params.seriesIndex === 1) { 655 if (params.seriesIndex === 1) {
656 // 外环的提示内容 656 // 外环的提示内容
657 return `应收余额<br/>${params.name}: ${params.value}万`; 657 return `现金余额<br/>${params.name}: ${params.value}万`;
658 } 658 }
659 } 659 }
660 }, 660 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!