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
9b585f84
Commit
9b585f84
authored
Jul 28, 2026
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改不符合规则的内容
parent
fca0875e
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
12 deletions
+0
-12
src/bx/components/DocNodeRenderer/SignoffRenderer.vue
+0
-1
src/components/CommonCheckboxSingle.vue
+0
-2
src/components/CommonRadioSingle.vue
+0
-2
src/views/editor/components/EditorToolbar/components/CreateGraphicModal/functionals/index.ts
+0
-2
src/views/editor/components/EditorToolbar/components/TemplateSelectModal/components/ViewEffectModal/functionals/index.ts
+0
-1
src/views/editor/components/EditorToolbar/components/TemplateSelectModal/functionals/index.ts
+0
-1
src/views/editor/components/EditorToolbar/functionals/index.ts
+0
-1
src/views/editor/components/NodeTree/components/ViewXmlModal/functionals/index.ts
+0
-2
No files found.
src/bx/components/DocNodeRenderer/SignoffRenderer.vue
View file @
9b585f84
...
...
@@ -36,7 +36,6 @@
</template>
<
script
setup
lang=
"ts"
>
import
{
computed
}
from
'vue'
import
type
{
XmlNode
}
from
'@/types/xmlNode'
const
props
=
defineProps
<
{
...
...
src/components/CommonCheckboxSingle.vue
View file @
9b585f84
...
...
@@ -5,8 +5,6 @@
</
template
>
<
script
setup
lang=
"ts"
>
import
{
computed
}
from
'vue'
const
props
=
defineProps
({
/** 绑定的值 (如 v-model) */
checked
:
{
...
...
src/components/CommonRadioSingle.vue
View file @
9b585f84
...
...
@@ -5,8 +5,6 @@
</
template
>
<
script
setup
lang=
"ts"
>
import
{
computed
}
from
'vue'
const
props
=
defineProps
({
/** 绑定的值 (如 v-model) */
checked
:
{
...
...
src/views/editor/components/EditorToolbar/components/CreateGraphicModal/functionals/index.ts
View file @
9b585f84
import
type
{
XmlNode
}
from
'@/types/xmlNode'
import
{
openUploadModal
}
from
'@/utils/render'
import
{
uploadImage
}
from
'@/utils/bridge'
import
{
DEFAULT_FORM_STATE
}
from
'../constants'
import
type
{
GraphicFormState
}
from
'../constants'
...
...
src/views/editor/components/EditorToolbar/components/TemplateSelectModal/components/ViewEffectModal/functionals/index.ts
View file @
9b585f84
import
{
parseXmlToTree
}
from
'@/utils/xmlParser'
import
type
{
XmlNode
}
from
'@/types/xmlNode'
export
function
useViewEffectModal
()
{
...
...
src/views/editor/components/EditorToolbar/components/TemplateSelectModal/functionals/index.ts
View file @
9b585f84
import
{
useEditorStore
}
from
'@/store/editor'
import
{
getTemplateList
}
from
'@/utils/bridge'
import
type
{
TemplateItem
}
from
'../constants'
import
{
apiConfig
}
from
'@/configs/api'
...
...
src/views/editor/components/EditorToolbar/functionals/index.ts
View file @
9b585f84
import
{
useEditorStore
,
createTableStructure
}
from
'@/store/editor'
import
{
useAppStore
}
from
'@/store/app/index'
import
type
{
XmlNode
}
from
'@/types/xmlNode'
import
{
serializeTreeToXml
}
from
'@/utils/xmlParser'
/**
* EditorToolbar 组件级业务逻辑 Hook
...
...
src/views/editor/components/NodeTree/components/ViewXmlModal/functionals/index.ts
View file @
9b585f84
import
{
formatXmlText
}
from
'@/utils/xmlParser'
export
const
useViewXmlModal
=
()
=>
{
// 每个组件实例持有独立的可见性状态,避免多实例共享同一 ref 导致同时打开
const
viewXmlVisible
=
ref
(
false
)
...
...
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