Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
9db0b4ba
Commit
9db0b4ba
authored
Apr 16, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
20997c17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
dsk-operate-ui/src/views/projectCostLedger/index.vue
+2
-2
vue.config.js
dsk-operate-ui/vue.config.js
+2
-2
No files found.
dsk-operate-ui/src/views/projectCostLedger/index.vue
View file @
9db0b4ba
...
...
@@ -37,7 +37,7 @@
<div
class=
"table-project"
>
<div
class=
"table-item-jf1"
v-if=
"total == 0 && !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无数据,点击按钮
导入
项目成本数据
</div>
<div
class=
"item-jf-titel"
>
暂无数据,点击按钮
新增
项目成本数据
</div>
<el-button
type=
"primary"
class=
"jf-btn"
size=
"small"
@
click=
"addPro"
>
新增项目
</el-button>
</div>
<div
style=
"padding: 16px;"
v-if=
"isSkeleton"
>
...
...
@@ -47,7 +47,7 @@
<div
class=
"total-title"
>
<div
class=
"totals"
>
共
{{
total
}}
条
</div>
<div
class=
"btns"
>
<div
class=
"btn btn_primary h32"
@
click=
"addPro"
>
导入
项目
</div>
<div
class=
"btn btn_primary h32"
@
click=
"addPro"
>
新增
项目
</div>
<div
class=
"btn btn_default h32"
@
click=
"getcgx"
>
草稿箱 (
{{
cgxtotal
}}
)
</div>
</div>
</div>
...
...
dsk-operate-ui/vue.config.js
View file @
9db0b4ba
...
...
@@ -35,8 +35,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
//
target: `http://111.204.34.146:9099/prod-api`,//测试
target
:
`http://172.17.0.12:9099//prod-api`
,
//测试
target
:
`http://111.204.34.146:9099/prod-api`
,
//测试
//
target: `http://172.17.0.12:9099//prod-api`,//测试
// target: `http://192.168.60.5:9098`,//陈跃方
// target: `http://192.168.60.27:9098`,//邓
// target: `http://122.9.160.122:9011`, //线上
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment