Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
3ae963c9
Commit
3ae963c9
authored
Sep 16, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inputXml控件调整
parent
4a5e5df5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
InputXml.vue
src/components/InputXml.vue
+2
-3
Ovwp.vue
src/views/Business/Letopn/Ovwp.vue
+0
-1
Coninfp.vue
src/views/Public/Coninfp.vue
+2
-2
No files found.
src/components/InputXml.vue
View file @
3ae963c9
...
...
@@ -62,16 +62,15 @@ export default {
methods
:
{
show
:
function
(
rows
)
{
let
strs
=
rows
.
length
>
0
?
rows
[
0
]
:
""
;
var
result
=
""
;
if
(
strs
.
startsWith
(
"<?xml"
))
{
this
.
isXml
=
true
;
var
pattern
=
/<tdfmt
\s[^
>
]
*>
(
.*
)
<
\/
tdfmt>/
;
var
temp
=
pattern
.
exec
(
strs
);
if
(
temp
!=
null
)
{
result
=
temp
[
1
];
strs
=
temp
[
1
];
}
}
return
result
.
replace
(
/<br
\/
>/g
,
"
\
n"
);
return
strs
.
replace
(
/<br
\/
>/g
,
"
\
n"
);
},
format
:
function
(
value
)
{
if
(
this
.
isXml
){
...
...
src/views/Business/Letopn/Ovwp.vue
View file @
3ae963c9
...
...
@@ -97,7 +97,6 @@
size=
"small"
icon=
"el-icon-search"
type=
"primary"
@
click=
"onExtkey"
></c-button>
</
template
>
</c-fullbox>
...
...
src/views/Public/Coninfp.vue
View file @
3ae963c9
...
...
@@ -9,7 +9,7 @@
prop=
"mtabut.coninf.oitinf.oit.inftxt"
>
<c-input-xml
:maxRows=
"
6
"
:maxRows=
"
10
"
maxlength=
"60"
resize=
"none"
show-word-limit
...
...
@@ -46,7 +46,7 @@
>
<c-input-xml
type=
"textarea"
:maxRows=
"
6
"
:maxRows=
"
10
"
maxlength=
"60"
resize=
"none"
show-word-limit
...
...
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