ad9266b9 by zhangmeng

看板

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