Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
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
zry
performance
Commits
b711aae9
Commit
b711aae9
authored
Feb 26, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handsontable中column实体添加字段
parent
c4ca24e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
performance/Performance.DtoModels/HandsonTable.cs
+2
-0
performance/Performance.Services/Details/SecondAllotDetails.cs
+2
-2
No files found.
performance/Performance.DtoModels/HandsonTable.cs
View file @
b711aae9
...
@@ -119,6 +119,8 @@ public HandsonColumn(string data, bool readOnly = false, DataFormat format = Dat
...
@@ -119,6 +119,8 @@ public HandsonColumn(string data, bool readOnly = false, DataFormat format = Dat
public
string
Data
{
get
;
set
;
}
public
string
Data
{
get
;
set
;
}
public
bool
ReadOnly
{
get
;
set
;
}
public
bool
ReadOnly
{
get
;
set
;
}
public
string
Type
{
get
;
set
;
}
public
string
Type
{
get
;
set
;
}
public
string
[]
Source
{
get
;
set
;
}
public
bool
Strict
{
get
;
set
;
}
=
false
;
public
NumericFormat
NumericFormat
{
get
;
set
;
}
public
NumericFormat
NumericFormat
{
get
;
set
;
}
}
}
...
...
performance/Performance.Services/Details/SecondAllotDetails.cs
View file @
b711aae9
...
@@ -655,8 +655,8 @@ public HandsonTable GetOtherTempData(int userId, int secondId, int isArchive, in
...
@@ -655,8 +655,8 @@ public HandsonTable GetOtherTempData(int userId, int secondId, int isArchive, in
if
(
column
.
Data
==
"工号"
)
if
(
column
.
Data
==
"工号"
)
{
{
column
.
Type
=
"autocomplete"
;
column
.
Type
=
"autocomplete"
;
//
column.Source = workNumbers;
column
.
Source
=
workNumbers
;
//
column.Strict = true;
column
.
Strict
=
true
;
}
}
}
}
}
}
...
...
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