Tang 3 年之前
父節點
當前提交
c6b158c2ca
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      src/views/education/qaManagement/qaList/ask.vue
  2. 2 2
      src/views/education/qaManagement/qaList/reply.vue

+ 1 - 0
src/views/education/qaManagement/qaList/ask.vue

@@ -143,6 +143,7 @@ export default {
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
+          width:"190px"
         },
       ],
       tableData: [], //表单数据

+ 2 - 2
src/views/education/qaManagement/qaList/reply.vue

@@ -117,15 +117,15 @@ export default {
         },
         {
           label: "回复人",
-          prop: "userId",
+          prop: "realname",
           hidden: true,
-          scope:"replyPeople"
         },
         {
           label: "回复时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
+          width:"190px"
         },
       ],
       tableData: [], //表单数据