Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
DG_FAF
Commits
ea64811e
Commit
ea64811e
authored
Jun 20, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充提交虎阅评分体系
parent
899d39e3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
main-es2015.js
form/main-es2015.js
+2
-0
main-es2015.js.map
form/main-es2015.js.map
+1
-1
main-es5.js
form/main-es5.js
+5
-1
main-es5.js.map
form/main-es5.js.map
+1
-1
No files found.
form/main-es2015.js
View file @
ea64811e
...
@@ -8559,6 +8559,7 @@ let FormComponent = /*@__PURE__*/ (() => {
...
@@ -8559,6 +8559,7 @@ let FormComponent = /*@__PURE__*/ (() => {
this.RS_40_5L_FAF = "5";
this.RS_40_5L_FAF = "5";
this.RS_100_3L_FAF = "3";
this.RS_100_3L_FAF = "3";
this.RS_120_3L_FAF = "6";
this.RS_120_3L_FAF = "6";
this.RS_NONE_3L_HY = "7";
// 评分体系 清单
// 评分体系 清单
this.ratingSystemList = [
this.ratingSystemList = [
{ label: "15分 5段 - FAF", value: this.RS_15_5L_FAF },
{ label: "15分 5段 - FAF", value: this.RS_15_5L_FAF },
...
@@ -8568,6 +8569,7 @@ let FormComponent = /*@__PURE__*/ (() => {
...
@@ -8568,6 +8569,7 @@ let FormComponent = /*@__PURE__*/ (() => {
{ label: "40分 5段 - FAF", value: this.RS_40_5L_FAF },
{ label: "40分 5段 - FAF", value: this.RS_40_5L_FAF },
{ label: "100分 3段 - FAF", value: this.RS_100_3L_FAF },
{ label: "100分 3段 - FAF", value: this.RS_100_3L_FAF },
{ label: "120分 3段 - FAF", value: this.RS_120_3L_FAF },
{ label: "120分 3段 - FAF", value: this.RS_120_3L_FAF },
{ label: "无分数 3段 - 虎阅", value: this.RS_NONE_3L_HY },
];
];
// 保存锁
// 保存锁
this.saveLock = true;
this.saveLock = true;
...
...
form/main-es2015.js.map
View file @
ea64811e
This diff is collapsed.
Click to expand it.
form/main-es5.js
View file @
ea64811e
...
@@ -15467,7 +15467,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
...
@@ -15467,7 +15467,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
this.RS_30_5L_FAF = "2";
this.RS_30_5L_FAF = "2";
this.RS_40_5L_FAF = "5";
this.RS_40_5L_FAF = "5";
this.RS_100_3L_FAF = "3";
this.RS_100_3L_FAF = "3";
this.RS_120_3L_FAF = "6"; // 评分体系 清单
this.RS_120_3L_FAF = "6";
this.RS_NONE_3L_HY = "7"; // 评分体系 清单
this.ratingSystemList = [{
this.ratingSystemList = [{
label: "15分 5段 - FAF",
label: "15分 5段 - FAF",
...
@@ -15490,6 +15491,9 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
...
@@ -15490,6 +15491,9 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
}, {
}, {
label: "120分 3段 - FAF",
label: "120分 3段 - FAF",
value: this.RS_120_3L_FAF
value: this.RS_120_3L_FAF
}, {
label: "无分数 3段 - 虎阅",
value: this.RS_NONE_3L_HY
}]; // 保存锁
}]; // 保存锁
this.saveLock = true;
this.saveLock = true;
form/main-es5.js.map
View file @
ea64811e
This diff is collapsed.
Click to expand it.
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