Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Ifar-Xml-Edtor
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
Ifar-Xml-Edtor
Commits
4ef8c76f
Commit
4ef8c76f
authored
Jul 06, 2026
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert: 撤销对 'ALL' 适用性标签的隐藏控制,恢复直接显示状态
parent
d11c0554
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
src/views/editor/components/DocNodeRenderer/index.vue
+0
-2
src/views/editor/functionals/index.ts
+0
-2
No files found.
src/views/editor/components/DocNodeRenderer/index.vue
View file @
4ef8c76f
...
...
@@ -45,7 +45,6 @@
<!-- 2. EFFECT / CONEFFECT (适用性) 特殊处理 -->
<
template
v-else-if=
"node.tagName === 'EFFECT' || node.tagName === 'CONEFFECT'"
>
<template
v-if=
"formatEff(node.attributes.EFFRG || node.textContent) !== 'ALL' || isSelected"
>
<span
v-if=
"renderInline"
class=
"font-bold text-xs select-none py-1 uppercase mx-1 italic"
style=
"color: red"
>
**
{{
node
.
tagName
===
'EFFECT'
?
'ON A/C'
:
'CONF'
}}
:
{{
formatEff
(
node
.
attributes
.
EFFRG
||
node
.
textContent
)
}}
</span>
...
...
@@ -57,7 +56,6 @@
**
{{
node
.
tagName
===
'EFFECT'
?
'ON A/C'
:
'CONF'
}}
:
{{
formatEff
(
node
.
attributes
.
EFFRG
||
node
.
textContent
)
}}
</div>
</
template
>
</template>
<!-- 3. SBEFF / SBEFFC (服务通告适用性) 处理 -->
<
template
v-else-if=
"node.tagName === 'SBEFF' || node.tagName === 'SBEFFC'"
>
...
...
src/views/editor/functionals/index.ts
View file @
4ef8c76f
...
...
@@ -119,8 +119,6 @@ export function useEditor() {
el
.
remove
()
})
// 1. 去除 contenteditable 属性,防止打印时显示光标或被编辑
clone
.
querySelectorAll
(
'[contenteditable]'
).
forEach
((
el
)
=>
{
el
.
removeAttribute
(
'contenteditable'
)
...
...
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