Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
紫光云
web-project
Commits
06843b34
Commit
06843b34
authored
Oct 24, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(投资项目): loading
parent
559fa5d1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
PageWrapper.vue
src/components/Page/src/PageWrapper.vue
+8
-1
engineeringEdit.vue
...ws/engineeringProject/engineeringEdit/engineeringEdit.vue
+2
-8
statisticData.ts
.../engineeringProject/statisticEngineering/statisticData.ts
+1
-1
monthlyPlanEdit.vue
src/views/monthlyPlan/monthlyPlanEdit/monthlyPlanEdit.vue
+1
-1
No files found.
src/components/Page/src/PageWrapper.vue
View file @
06843b34
<
template
>
<
template
>
<div
:class=
"getClass"
:style=
"getStyle"
ref=
"wrapperRef"
>
<div
:class=
"getClass"
:style=
"getStyle"
ref=
"wrapperRef"
v-loading=
"loadingRef"
loading-tip=
"加载中..."
>
<PageHeader
<PageHeader
:ghost=
"ghost"
:ghost=
"ghost"
:title=
"title"
:title=
"title"
...
@@ -60,6 +66,7 @@
...
@@ -60,6 +66,7 @@
});
});
const
props
=
defineProps
({
const
props
=
defineProps
({
loadingRef
:
propTypes
.
bool
,
title
:
propTypes
.
string
,
title
:
propTypes
.
string
,
dense
:
propTypes
.
bool
,
dense
:
propTypes
.
bool
,
ghost
:
propTypes
.
bool
,
ghost
:
propTypes
.
bool
,
...
...
src/views/engineeringProject/engineeringEdit/engineeringEdit.vue
View file @
06843b34
<
template
>
<
template
>
<PageWrapper
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
:loadingRef=
"loading"
>
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
:loading=
"loading"
loading-tip=
"加载中..."
>
<template
#
extra
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit('0')"
>
暂存
</a-button>
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit('0')"
>
暂存
</a-button>
...
@@ -114,7 +108,7 @@
...
@@ -114,7 +108,7 @@
const
[
register
,
{
openModal
:
openModal
}]
=
useModal
();
const
[
register
,
{
openModal
:
openModal
}]
=
useModal
();
const
{
createMessage
}
=
useMessage
();
const
{
createMessage
}
=
useMessage
();
const
isUpdate
=
ref
(
false
);
const
isUpdate
=
ref
(
false
);
const
loading
=
ref
(
fals
e
);
const
loading
=
ref
(
tru
e
);
const
formData
=
ref
<
editModel
>
({});
const
formData
=
ref
<
editModel
>
({});
const
disabled
=
ref
(
false
);
const
disabled
=
ref
(
false
);
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
...
...
src/views/engineeringProject/statisticEngineering/statisticData.ts
View file @
06843b34
...
@@ -81,7 +81,7 @@ export function getBasicColumns(year: string, planType: string): BasicColumn[] {
...
@@ -81,7 +81,7 @@ export function getBasicColumns(year: string, planType: string): BasicColumn[] {
},
},
{
{
title
:
'投资总额(万元)'
,
title
:
'投资总额(万元)'
,
dataIndex
:
'
companyName
'
,
dataIndex
:
'
totalInvestment
'
,
className
:
planType
!=
'承建'
?
'tableShow'
:
'tableHiddle'
,
className
:
planType
!=
'承建'
?
'tableShow'
:
'tableHiddle'
,
},
},
...
...
src/views/monthlyPlan/monthlyPlanEdit/monthlyPlanEdit.vue
View file @
06843b34
<
template
>
<
template
>
<PageWrapper
<PageWrapper
:title=
"getTitle"
:title=
"getTitle"
v-loading
=
"loadingRef"
:loadingRef
=
"loadingRef"
loading-tip=
"加载中..."
loading-tip=
"加载中..."
:contentBackground=
"false"
:contentBackground=
"false"
headerSticky
headerSticky
...
...
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