Commit ea64811e authored by 李维's avatar 李维

补充提交虎阅评分体系

parent 899d39e3
......@@ -8559,6 +8559,7 @@ let FormComponent = /*@__PURE__*/ (() => {
this.RS_40_5L_FAF = "5";
this.RS_100_3L_FAF = "3";
this.RS_120_3L_FAF = "6";
this.RS_NONE_3L_HY = "7";
// 评分体系 清单
this.ratingSystemList = [
{ label: "15分 5段 - FAF", value: this.RS_15_5L_FAF },
......@@ -8568,6 +8569,7 @@ let FormComponent = /*@__PURE__*/ (() => {
{ label: "40分 5段 - FAF", value: this.RS_40_5L_FAF },
{ label: "100分 3段 - FAF", value: this.RS_100_3L_FAF },
{ label: "120分 3段 - FAF", value: this.RS_120_3L_FAF },
{ label: "无分数 3段 - 虎阅", value: this.RS_NONE_3L_HY },
];
// 保存锁
this.saveLock = true;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -15467,7 +15467,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
this.RS_30_5L_FAF = "2";
this.RS_40_5L_FAF = "5";
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 = [{
label: "15分 5段 - FAF",
......@@ -15490,6 +15491,9 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
}, {
label: "120分 3段 - FAF",
value: this.RS_120_3L_FAF
}, {
label: "无分数 3段 - 虎阅",
value: this.RS_NONE_3L_HY
}]; // 保存锁
this.saveLock = true;
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment