Quellcode durchsuchen

更改评价评价字段

jingshuyong vor 11 Monaten
Ursprung
Commit
0a8b6fb06b

+ 3 - 3
src/views/salesServiceManagement/evaluate/components/addDialog.vue

@@ -35,11 +35,11 @@
           </el-rate>
         </div>
       </el-form-item>
-      <el-form-item label="评价" prop="comment">
+      <el-form-item label="评价" prop="evaluationContent">
         <el-input
           type="textarea"
           placeholder="请输入内容"
-          v-model="form.comment"
+          v-model="form.evaluationContent"
           :disabled="type == 'view'"
         >
         </el-input>
@@ -61,7 +61,7 @@
     attachmen: [],
     attitudeRating: '',
     code: '',
-    comment: '',
+    evaluationContent: '',
     isAnonymous: '',
     responseSpeed: '',
     serviceRating: '',

+ 1 - 1
src/views/salesServiceManagement/evaluate/index.vue

@@ -118,7 +118,7 @@
             }
           },
           {
-            prop: 'comment',
+            prop: 'evaluationContent',
             label: '评价内容',
             align: 'center',
             showOverflowTooltip: true