戴艳蓉 3 년 전
부모
커밋
3a6e9dbb11
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      src/views/serviceParam/terrace/index.vue

+ 7 - 5
src/views/serviceParam/terrace/index.vue

@@ -249,7 +249,7 @@ export default {
         end: "",
         status: "",
         creater: "",
-        platform_name:""
+        platform_name: "",
       },
       // 状态
       statusOptions: [
@@ -277,13 +277,16 @@ export default {
           label: "ID",
         },
         {
-          prop: "terrace_name",
+          prop: "platform_code",
+          label: "平台编号",
+        },
+        {
+          prop: "platform_name",
           label: "平台名称",
         },
         {
           prop: "status",
           label: "状态",
-          sortable: true,
           _slot_: "status",
         },
         {
@@ -293,7 +296,6 @@ export default {
         {
           prop: "addtime",
           label: "创建时间",
-          sortable: true,
         },
         {
           prop: "",
@@ -323,7 +325,7 @@ export default {
         end: "",
         status: "",
         creater: "",
-        platform_name:""
+        platform_name: "",
       };
       this.searchList();
     },