Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6caf8cae
Commit
6caf8cae
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f2b8b583
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FProcessManagement.vue
src/components/FinancialModule/FProcessManagement.vue
+3
-3
No files found.
src/components/FinancialModule/FProcessManagement.vue
View file @
6caf8cae
...
...
@@ -201,7 +201,7 @@
<p
class=
"_s"
>
{{$t('fnc.sygongsi')}}
</p>
</div>
<div>
<p
class=
"_t"
v-if=
"item.Status==1"
>
{{item.FlowNum==null?$t('fnc.no'):item.FlowNum}}
<span
v-if=
"item.IsMonthly==1"
>
<el-tag>
{{$t('
obj
.yuejie')}}
</el-tag></span></p>
<p
class=
"_t"
v-if=
"item.Status==1"
>
{{item.FlowNum==null?$t('fnc.no'):item.FlowNum}}
<span
v-if=
"item.IsMonthly==1"
>
<el-tag>
{{$t('
ground
.yuejie')}}
</el-tag></span></p>
<p
class=
"_t"
v-else
>
{{$t('fnc.zwkqliucheng')}}
</p>
<p
class=
"_s"
>
{{$t('fnc.zlchengshu')}}
</p>
</div>
...
...
@@ -257,8 +257,8 @@
<!-- <el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top">
<i class="edit el-icon-delete" v-show="item.Status==1" @click="deletTemplate(item.Id,item.Name)"></i>
</el-tooltip> -->
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('
obj
.yuejie')"
placement=
"top"
>
<i
class=
"edit
el-icon-moon
"
@
click=
"UpdateMonthly(item.Id)"
></i>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('
ground
.yuejie')"
placement=
"top"
>
<i
class=
"edit
icon-bofang"
v-show=
"item.Status==1
"
@
click=
"UpdateMonthly(item.Id)"
></i>
</el-tooltip>
</div>
</li>
...
...
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