瀏覽代碼

修复自测问题

zhangdan 4 年之前
父節點
當前提交
e73cca6360
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/cleanManage/cleanDetail.vue

+ 1 - 1
src/views/cleanManage/cleanDetail.vue

@@ -125,7 +125,7 @@ export default {
         { title: '可回收物清运量(kg)', dataIndex: 'cleanWeight', width: 100, align: 'center', sorter: true, customRender: (text) => { return text || 0 } },
         { title: '清运司机', dataIndex: 'driverName', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
         { title: '操作人', dataIndex: 'operatorName', width: 100, align: 'center' },
-        { title: '备注', dataIndex: 'remark', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
+        { title: '备注', dataIndex: 'remarks', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
         { title: '操作', dataIndex: 'action', width: 100, align: 'center', scopedSlots: { customRender: 'action' } }],
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {