Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
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
耿迪迪
precision-effect
Commits
9c54c292
Commit
9c54c292
authored
Jun 26, 2023
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户详情-类型名称修改
parent
065aa0a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
index.vue
precision-effect-web/src/views/account/index.vue
+18
-16
No files found.
precision-effect-web/src/views/account/index.vue
View file @
9c54c292
...
...
@@ -195,14 +195,15 @@
<el-form-item
label=
"操作类型"
prop=
"transactionProjectName"
>
<el-select
v-model=
"queryAccountDetailParams.operateType"
placeholder=
"请选择操作类型"
clearable
>
<el-option
label=
"收入"
value=
"1"
/>
<el-option
label=
"支出"
value=
"2"
/>
<el-option
label=
"尾款扣除"
value=
"3"
/>
<el-option
label=
"采购支出"
value=
"4"
/>
<el-option
label=
"出借"
value=
"5"
/>
<el-option
label=
"借贷"
value=
"6"
/>
<el-option
label=
"还款"
value=
"7"
/>
<el-option
label=
"还款进账"
value=
"8"
/>
<el-option
label=
"交易收入"
value=
"1"
/>
<el-option
label=
"交易支出"
value=
"2"
/>
<el-option
label=
"交易尾款扣除项目"
value=
"3"
/>
<el-option
label=
"采购(报销)支出"
value=
"4"
/>
<el-option
label=
"借支支出"
value=
"9"
/>
<el-option
label=
"出借-支出"
value=
"5"
/>
<el-option
label=
"借贷-收入"
value=
"6"
/>
<el-option
label=
"还款-支出"
value=
"7"
/>
<el-option
label=
"还款进账-收入"
value=
"8"
/>
</el-select>
</el-form-item>
...
...
@@ -230,14 +231,15 @@
/>
<el-table-column
label=
"操作类型"
align=
"center"
prop=
"operateType"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.operateType == '1'"
>
收入
</span>
<span
v-if=
"scope.row.operateType == '2'"
>
支出
</span>
<span
v-if=
"scope.row.operateType == '3'"
>
尾款扣除
</span>
<span
v-if=
"scope.row.operateType == '4'"
>
采购支出
</span>
<span
v-if=
"scope.row.operateType == '5'"
>
出借
</span>
<span
v-if=
"scope.row.operateType == '6'"
>
借贷
</span>
<span
v-if=
"scope.row.operateType == '7'"
>
还款
</span>
<span
v-if=
"scope.row.operateType == '8'"
>
还款进账
</span>
<span
v-if=
"scope.row.operateType == '1'"
>
交易收入
</span>
<span
v-if=
"scope.row.operateType == '2'"
>
交易支出
</span>
<span
v-if=
"scope.row.operateType == '3'"
>
交易尾款扣除项目
</span>
<span
v-if=
"scope.row.operateType == '4'"
>
采购(报销)支出
</span>
<span
v-if=
"scope.row.operateType == '9'"
>
借支支出
</span>
<span
v-if=
"scope.row.operateType == '5'"
>
出借-支出
</span>
<span
v-if=
"scope.row.operateType == '6'"
>
借贷-收入
</span>
<span
v-if=
"scope.row.operateType == '7'"
>
还款-支出
</span>
<span
v-if=
"scope.row.operateType == '8'"
>
还款进账-收入
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"金额"
align=
"center"
prop=
"operateAmount"
/>
...
...
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