@@ -382,13 +387,25 @@
-
+
{{ scope.row.politicalSensitivity >= 0 && scope.row.politicalSensitivity < 40 ? '无敏' : '' }}
-
+
{{ scope.row.politicalSensitivity >= 40 && scope.row.politicalSensitivity < 70 ? '低敏' : '' }}
-
+
{{ scope.row.politicalSensitivity >= 70 && scope.row.politicalSensitivity < 85 ? '中敏' : '' }}
@@ -836,12 +853,11 @@ function handleCommand(val) {
getData();
}
-function handleCommand2(val) {
+function handleCommand2(val) {
form.value.politicalSensitivity = val;
getData();
}
-
function handleCommandRating(val) {
form.value.rating = val;
getData();
diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue
index 3e8f0b3..23bd7e1 100644
--- a/src/views/pages/richedit/index.vue
+++ b/src/views/pages/richedit/index.vue
@@ -263,7 +263,7 @@
否
-->
-
-
-
+
+
先机资讯:
-
+
{{ scope.row.politicalSensitivity >= 0 && scope.row.politicalSensitivity < 40 ? '无敏' : '' }}
-
+
{{ scope.row.politicalSensitivity >= 40 && scope.row.politicalSensitivity < 70 ? '低敏' : '' }}
-
+
{{ scope.row.politicalSensitivity >= 70 && scope.row.politicalSensitivity < 85 ? '中敏' : '' }}
@@ -1032,7 +1049,7 @@ function handleCommand(val) {
getData();
}
-function handleCommand2(val) {
+function handleCommand2(val) {
form.value.politicalSensitivity = val;
getData();
}