瀏覽代碼

reactor:综合查询新增隐藏字段;

zhangchong 10 月之前
父節點
當前提交
c85048d46d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/business/order/index.vue

+ 5 - 0
src/views/business/order/index.vue

@@ -546,6 +546,11 @@ const columns = ref<any[]>([
 		label: '受理内容',
 		isShow: false,
 	},
+  {
+    prop: 'actualOpinion',
+    label: '办理结果',
+    isShow: false,
+  },
 	{ prop: 'operation', label: '操作', fixed: 'right', width: 160, align: 'center' },
 ]);
 // 选择事发地址