提交 6d50a165 authored 作者: 张伊明's avatar 张伊明

fix 修复部署后poxy问题 fix 风险信号组件样式问题

上级 e9ad14f6
...@@ -20,7 +20,7 @@ export function getBillInfo(params) { ...@@ -20,7 +20,7 @@ export function getBillInfo(params) {
export function getBillPerson(params) { export function getBillPerson(params) {
return request({ return request({
method: 'GET', method: 'GET',
url: `/bill/billInfoBean/person/${params.billId}`, url: `/api/billInfoBean/person/${params.billId}`,
params, params,
}) })
} }
......
...@@ -111,7 +111,7 @@ export function getBillPostOrg(params) { ...@@ -111,7 +111,7 @@ export function getBillPostOrg(params) {
export function getBillProcess(params) { export function getBillProcess(params) {
return request({ return request({
method: 'GET', method: 'GET',
url: `/bill/BillOverview/billsProcess/${params.year}`, url: `/api/BillOverview/billsProcess/${params.year}`,
}) })
} }
...@@ -119,7 +119,7 @@ export function getBillProcess(params) { ...@@ -119,7 +119,7 @@ export function getBillProcess(params) {
export function getBills(params, signal) { export function getBills(params, signal) {
return request({ return request({
method: 'GET', method: 'GET',
url: `/bill/BillOverview/bills`, url: `/api/BillOverview/bills`,
params, params,
signal signal
}) })
...@@ -129,7 +129,7 @@ export function getBills(params, signal) { ...@@ -129,7 +129,7 @@ export function getBills(params, signal) {
export function getBillsPerson(params, signal) { export function getBillsPerson(params, signal) {
return request({ return request({
method: 'GET', method: 'GET',
url: `/bill/BillOverview/billsPerson`, url: `/api/BillOverview/billsPerson`,
params, params,
signal signal
}) })
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div :class="{ <div :class="{
itemLeftStatus1: item[props.riskLevel] === '特别重大', itemLeftStatus1: item[props.riskLevel] === '特别重大',
itemLeftStatus2: item[props.riskLevel] === '重大风险', itemLeftStatus2: item[props.riskLevel] === '重大风险',
itemLeftStatus3: item[props.riskLevel] === '较大风险', itemLeftStatus3: item[props.riskLevel] === '较大风险' || item[props.riskLevel] === '中等风险',
itemLeftStatus4: item[props.riskLevel] === '一般风险' || !item[props.riskLevel], itemLeftStatus4: item[props.riskLevel] === '一般风险' || !item[props.riskLevel],
itemLeftStatus5: item[props.riskLevel] === '低风险', itemLeftStatus5: item[props.riskLevel] === '低风险',
}"> }">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论