Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
656c1f64
提交
656c1f64
authored
10月 21, 2021
作者:
Your Name
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(产业融合发展): 部署版本0.0.4 - 路径替换
上级
461e2191
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
13 行增加
和
13 行删除
+13
-13
index.vue
src/views/evaluatIndicator/index/model/CardList/index.vue
+1
-1
industrial.vue
...iews/evaluatIndicator/index/model/CardList/industrial.vue
+2
-2
strongArmy.vue
...iews/evaluatIndicator/index/model/CardList/strongArmy.vue
+1
-1
systemConstruct.vue
...evaluatIndicator/index/model/CardList/systemConstruct.vue
+1
-1
index.vue
src/views/evaluatIndicator/index/model/Income/index.vue
+1
-1
index.vue
...evaluatIndicator/index/model/InvestmentProgress/index.vue
+1
-1
index.vue
src/views/evaluatIndicator/index/model/Performance/index.vue
+1
-1
index.vue
src/views/evaluatIndicator/index/model/RankList/index.vue
+1
-1
index.vue
...valuatIndicator/industrial/model/BusinessIncome/index.vue
+1
-1
index.vue
...uatIndicator/industrial/model/IncomDistribution/index.vue
+1
-1
index.vue
...aluatIndicator/industrial/model/IncomExtendLine/index.vue
+1
-1
index.vue
...ews/evaluatIndicator/industrial/model/TargetBar/index.vue
+1
-1
没有找到文件。
src/views/evaluatIndicator/index/model/CardList/index.vue
浏览文件 @
656c1f64
...
...
@@ -24,7 +24,7 @@
* 卡片信息--- 军民协同创新 / 资源共享开放
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
export
default
defineComponent
({
props
:
{
...
...
src/views/evaluatIndicator/index/model/CardList/industrial.vue
浏览文件 @
656c1f64
...
...
@@ -65,9 +65,9 @@
* 卡片信息--- 产业融合发展
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
{
Aim
}
from
"@element-plus/icons"
;
import
{
evaluatIndicatorRouter
}
from
"
../../../../..
/route/evaluatIndicator"
import
{
evaluatIndicatorRouter
}
from
"
@
/route/evaluatIndicator"
export
default
defineComponent
({
components
:
{
...
...
src/views/evaluatIndicator/index/model/CardList/strongArmy.vue
浏览文件 @
656c1f64
...
...
@@ -86,7 +86,7 @@
* 卡片信息--- 服务强军兴军
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
export
default
defineComponent
({
components
:
{
...
...
src/views/evaluatIndicator/index/model/CardList/systemConstruct.vue
浏览文件 @
656c1f64
...
...
@@ -60,7 +60,7 @@
* 卡片信息--- 五大体系建设
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
{
Aim
}
from
"@element-plus/icons"
;
export
default
defineComponent
({
...
...
src/views/evaluatIndicator/index/model/Income/index.vue
浏览文件 @
656c1f64
...
...
@@ -7,7 +7,7 @@
* 绩效评价情况——柱状图
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
enum
Echart_color_Enum
{
level_1
=
"#fac858"
,
...
...
src/views/evaluatIndicator/index/model/InvestmentProgress/index.vue
浏览文件 @
656c1f64
...
...
@@ -7,7 +7,7 @@
* 绩效评价情况——柱状图
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
enum
Bar_Enum
{
level_1
=
"#fac858"
,
...
...
src/views/evaluatIndicator/index/model/Performance/index.vue
浏览文件 @
656c1f64
...
...
@@ -10,7 +10,7 @@
* 绩效评价情况——柱状图
*/
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
enum
Bar_Enum
{
level_1
=
"#4f5d81"
,
...
...
src/views/evaluatIndicator/index/model/RankList/index.vue
浏览文件 @
656c1f64
...
...
@@ -20,7 +20,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
const
TabData
=
[
{
name
:
"上城区"
,
...
...
src/views/evaluatIndicator/industrial/model/BusinessIncome/index.vue
浏览文件 @
656c1f64
...
...
@@ -32,7 +32,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
import
{
Aim
}
from
"@element-plus/icons"
;
...
...
src/views/evaluatIndicator/industrial/model/IncomDistribution/index.vue
浏览文件 @
656c1f64
...
...
@@ -5,7 +5,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
const
seriesData
=
[
...
...
src/views/evaluatIndicator/industrial/model/IncomExtendLine/index.vue
浏览文件 @
656c1f64
...
...
@@ -18,7 +18,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
const
seriesData
=
[
...
...
src/views/evaluatIndicator/industrial/model/TargetBar/index.vue
浏览文件 @
656c1f64
...
...
@@ -32,7 +32,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
"vue"
;
import
MapTitle
from
"
../../../../..
/components/mapTitle/index.vue"
;
import
MapTitle
from
"
@
/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
const
xAxisValue
=
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论