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
46147b61
Commit
46147b61
authored
May 21, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 收款账户备注使用富文本
parent
a85c3efd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/views/user/baseProceedsAccount.vue
+6
-6
No files found.
src/views/user/baseProceedsAccount.vue
View file @
46147b61
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
</div>
</div>
<!-- 新增弹窗 -->
<!-- 新增弹窗 -->
<el-dialog
<el-dialog
v-if=
"addDialog"
:title=
"operateType"
:title=
"operateType"
:visible
.
sync=
"addDialog"
:visible
.
sync=
"addDialog"
width=
"45%"
width=
"45%"
...
@@ -167,12 +168,11 @@
...
@@ -167,12 +168,11 @@
class=
"add-dialog-full-row-item"
class=
"add-dialog-full-row-item"
label=
"备注"
label=
"备注"
prop=
"remark"
>
prop=
"remark"
>
<
el-input
<
v-editor
v-model=
"addFormData.remark"
v-model=
"addFormData.remark"
placeholder=
"请输入备注,如给客户的账户充值说明"
ref=
"wangeditor2"
type=
"textarea"
:editable=
"!isFormReadonly"
:rows=
"3"
placeholder=
"请输入备注,如给客户的账户充值说明"
/>
clearable
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
@@ -697,7 +697,7 @@ export default {
...
@@ -697,7 +697,7 @@ export default {
align
:
'left'
,
align
:
'left'
,
showOverflow
:
false
,
showOverflow
:
false
,
render
:
(
item
)
=>
{
render
:
(
item
)
=>
{
const
text
=
item
.
remark
const
text
=
this
.
getPlainTextFromHtml
(
item
.
remark
)
if
(
!
text
)
return
'-'
if
(
!
text
)
return
'-'
return
(
return
(
<
span
style
=
"white-space: pre-line; word-break: break-word; display: inline-block; width: 100%; text-align: left;"
>
<
span
style
=
"white-space: pre-line; word-break: break-word; display: inline-block; width: 100%; text-align: left;"
>
...
...
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