+
{{ item.createDate }}
@@ -16,6 +16,13 @@
查看更多 >
+
+ 暂无数据
+
@@ -156,7 +163,14 @@ export default {
box-sizing: border-box;
display: flex;
justify-content: space-between;
-
+ .no-data {
+ width: 800px;
+ height: 335px;
+ line-height: 335px;
+ font-size: 16px;
+ color: #212121;
+ text-align: center;
+}
.container {
background: #fff;
width: 800px;
diff --git a/back/src/views/modules/workBench/components/trend-view.vue b/back/src/views/modules/workBench/components/trend-view.vue
index f19d4dc1..51a5b004 100644
--- a/back/src/views/modules/workBench/components/trend-view.vue
+++ b/back/src/views/modules/workBench/components/trend-view.vue
@@ -68,7 +68,7 @@ export default {
const valueItem = y + '-' + m + '-' + d // 组合
days.unshift(valueItem) // 添加至数组
}
- console.log('最近七天日期:', days)
+
return days
},
@@ -88,6 +88,7 @@ export default {
endDate: this.endDate
},
(res) => {
+
// if (res.data.code !== 0) {
// return
// }
@@ -111,7 +112,7 @@ export default {
ydata: []
}
}
-
+
this.$nextTick(() => {
trendLineChart('trendId', this.trendChartData)
})
@@ -124,7 +125,7 @@ export default {
handleTitleSwitch (idx) {
this.selectedTitle = idx
this.startDate = this.getData(this.selectedTitle == 0 ? 7 : 30)
- console.log(this.startDate)
+
this.initChart()
},
getData (aa) {
diff --git a/front/src/views/assertReport/image/jump.png b/front/src/views/assertReport/image/jump.png
new file mode 100644
index 00000000..69351b98
Binary files /dev/null and b/front/src/views/assertReport/image/jump.png differ
diff --git a/front/src/views/assertReport/index.vue b/front/src/views/assertReport/index.vue
index 4f4ccc24..fe784ba3 100644
--- a/front/src/views/assertReport/index.vue
+++ b/front/src/views/assertReport/index.vue
@@ -8,13 +8,14 @@
累计节省财政资金
-
+
{{ item }}
- {{ item }}
+ {{ item }}
- 万元
+ 万元
+
注:资源参考价格由部门提供或参考市场价格设定
@@ -50,6 +51,7 @@
import ReservoirRight from './components/ReservoirRight'
import ReservoirBottom from './components/ReservoirBottom'
import { NumbersConvertedToArrays } from '@/utils/arrayMethod.js'
+ import Cookies from 'js-cookie'
export default {
//import引入的组件需要注入到对象中才能使用
components: {
@@ -87,6 +89,11 @@
watch: {},
//方法集合
methods: {
+ //跳转后台资金报表 详情
+ jumpToPage(){
+ Cookies.remove('JSESSIONID')
+ window.open(window.SITE_CONFIG.backUrl + '/#/assetReport-index')
+ },
getSaveMoney() {
getApplyPriceCount().then((res) => {
this.saveMonmy = NumbersConvertedToArrays(res.data.data)
@@ -174,6 +181,7 @@
color: #bed1df;
margin-left: 100px;
span {
+ cursor: pointer;
width: 36px;
// height: 45px;
// line-height: 45px;
@@ -187,6 +195,10 @@
margin-right: 3px;
font-family: DinPro-Bold;
+
+ }
+ span:hover{
+ color: #f2bc0a;
}
.mianJi {
margin-top: 6px;
diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue
index cf2e7cfd..a56d8c45 100644
--- a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue
+++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue
@@ -60,10 +60,10 @@
申请使用
-
+
+ {{ props.dataList.isInShoppingCart ? '已' : '' }}加入申购车
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏
@@ -95,7 +95,7 @@ const router = useRouter()
const applicationArea = ref('')
const deploymentLocation = ref('') //部署位置
//加入申购车
-const addShoppingCart = () => {
+const addShoppingCart = () => {
if (props.dataList.isInShoppingCart) {
message.error('已经加入申购车了')
} else {
diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue
index ab7ff27b..e273bad5 100644
--- a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue
+++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue
@@ -64,8 +64,8 @@
type="primary"
@click="addShoppingCart()"
>
-
- 加入购物车
+
+ {{ props.dataList.isInShoppingCart ? '已' : '' }}加入购物车
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏
diff --git a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue
index 8b035940..ff59cccb 100644
--- a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue
+++ b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue
@@ -57,10 +57,10 @@
申请使用
-
+
+ {{ props.dataList.isInShoppingCart ? '已' : '' }}加入申购车
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏
diff --git a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue
index b4354020..e939e841 100644
--- a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue
+++ b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue
@@ -55,8 +55,8 @@
申请使用
-
- 加入购物车
+
+ {{ props.dataList.isInShoppingCart ? '已' : '' }}加入购物车
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏
diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue
index 347a0bd7..3de36d1f 100644
--- a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue
+++ b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue
@@ -63,8 +63,8 @@
).length === 0
"
>
-
- 加入申购车
+
+ {{ props.dataList.isInShoppingCart ? '已' : '' }}加入申购车
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏