Selaa lähdekoodia

细节修改提交4

王宇昕 5 vuotta sitten
vanhempi
commit
7e1453feb2

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis-year/index.vue

@@ -87,9 +87,9 @@
           </template>
         </el-table-column> -->
 
-        <el-table-column sortable show-overflow-tooltip prop="Conclusion" label="评价结果" header-align="center" min-width="120">
+        <el-table-column sortable show-overflow-tooltip prop="Evaluate" label="评价结果" header-align="center" min-width="120">
           <template slot-scope="scope">
-            {{evaluateFun(scope.row.Conclusion)}}
+            {{evaluateFun(scope.row.Evaluate)}}
           </template>
         </el-table-column>