Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
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
daixuan
swifteditor
Commits
13e81b1d
Commit
13e81b1d
authored
Aug 27, 2019
by
fukai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ncb' of
https://gitee.com/zeng_hui/swifteditor
into ncb
parents
803c1a11
1e3ae7fc
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
20 deletions
+10
-20
T32H.js
src/swift/Tags/T32H.js
+1
-2
T32R.js
src/swift/Tags/T32R.js
+1
-2
T34C.js
src/swift/Tags/T34C.js
+1
-2
T34E.js
src/swift/Tags/T34E.js
+1
-2
T34J.js
src/swift/Tags/T34J.js
+1
-2
T37G.js
src/swift/Tags/T37G.js
+1
-2
T37M.js
src/swift/Tags/T37M.js
+1
-2
T37R.js
src/swift/Tags/T37R.js
+1
-2
T37V.js
src/swift/Tags/T37V.js
+1
-2
T90A.js
src/swift/Tags/T90A.js
+1
-2
No files found.
src/swift/Tags/T32H.js
View file @
13e81b1d
...
...
@@ -55,8 +55,7 @@ export default class T32H extends Component {
validateStatus
=
{
errmsg
.
s3
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s3
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
3
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T32R.js
View file @
13e81b1d
...
...
@@ -55,8 +55,7 @@ export default class T32R extends Component {
validateStatus
=
{
errmsg
.
s3
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s3
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
3
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T34C.js
View file @
13e81b1d
...
...
@@ -157,8 +157,7 @@ export default class T34C extends Component
validateStatus
=
{
errmsg
.
s4
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s4
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
4
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T34E.js
View file @
13e81b1d
...
...
@@ -55,8 +55,7 @@ export default class T34E extends Component {
validateStatus
=
{
errmsg
.
s3
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s3
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
3
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T34J.js
View file @
13e81b1d
...
...
@@ -55,8 +55,7 @@ export default class T34J extends Component {
validateStatus
=
{
errmsg
.
s3
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s3
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
3
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T37G.js
View file @
13e81b1d
...
...
@@ -55,8 +55,7 @@ export default class T37G extends Component {
validateStatus
=
{
errmsg
.
s2
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s2
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T37M.js
View file @
13e81b1d
...
...
@@ -54,8 +54,7 @@ export default class T37M extends Component {
validateStatus
=
{
errmsg
.
s2
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s2
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T37R.js
View file @
13e81b1d
...
...
@@ -54,8 +54,7 @@ export default class T37R extends Component {
validateStatus
=
{
errmsg
.
s2
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s2
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T37V.js
View file @
13e81b1d
...
...
@@ -54,8 +54,7 @@ export default class T37V extends Component {
validateStatus
=
{
errmsg
.
s2
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s2
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T90A.js
View file @
13e81b1d
...
...
@@ -106,8 +106,7 @@ export default class T90A extends Component
validateStatus
=
{
errmsg
.
s4
?
'error'
:
null
}
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s4
}
placeholder
=
"Sign"
style
=
{{
width
:
"100%"
}}
onChange
=
{
val
=>
this
.
onChange
(
4
,
val
)}
>
<
Option
value
=
{
'+'
}
>
{
"+"
}
<
/Option
>
<
Option
value
=
{
'-'
}
>
{
"-"
}
<
/Option
>
<
Option
value
=
{
'N'
}
>
{
"N"
}
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
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