瀏覽代碼

no message

linwenxin 1 月之前
父節點
當前提交
9531989351
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/workOrder/workOrderPool/detailModule/Payment/index.vue

+ 9 - 0
src/views/workOrder/workOrderPool/detailModule/Payment/index.vue

@@ -152,6 +152,15 @@ export default {
                     render: (h, { row, column }) => {
                       return <div>{this.toFixed(row[column.columnAttributes.prop])}</div>
                     }
+                  },
+                  {
+                    columnAttributes: {
+                      label: '备注',
+                      prop: 'reason'
+                    },
+                    render: (h, { row, column }) => {
+                      return <div>{this.toFixed(row[column.columnAttributes.prop])}</div>
+                    }
                   }
                   // ...(() => {
                   //   if (!!~[1, 2, 3].indexOf(this?.workOrderType)) {