Tang před 3 roky
rodič
revize
c6b158c2ca

+ 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: [], //表单数据