Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
d7323930
Commit
d7323930
authored
Jul 04, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: erp管理代扣优化
parent
61d4e041
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
src/views/saasManage/indexPage.vue
+15
-3
No files found.
src/views/saasManage/indexPage.vue
View file @
d7323930
...
...
@@ -182,6 +182,18 @@
width=
"160"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"是否代扣"
header-align=
"center"
align=
"center"
prop=
"operated"
width=
"120"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.operated"
plain
type=
"success"
>
是
</el-tag>
<el-tag
v-else
plain
type=
"warning"
>
否
</el-tag>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
header-align=
"center"
align=
"center"
...
...
@@ -362,11 +374,11 @@
label=
"是否代扣"
prop=
"operated"
:rules=
"[{ required: true, message: '请选择是否代扣' }]"
>
<el-radio
v-model=
"editForm.operated"
label=
"true"
>
是
</el-radio>
<el-radio
v-model=
"editForm.operated"
label=
"false"
>
否
</el-radio>
<el-radio
v-model=
"editForm.operated"
:
label=
"true"
>
是
</el-radio>
<el-radio
v-model=
"editForm.operated"
:
label=
"false"
>
否
</el-radio>
</el-form-item>
<el-form-item
v-
show=
"editForm.operated === 'true'
"
v-
if=
"editForm.operated === true
"
label=
"操作费"
prop=
"operationFeeId"
:rules=
"[
...
...
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