YY 2 سال پیش
والد
کامیت
4d38f8d976
1فایلهای تغییر یافته به همراه1 افزوده شده و 12 حذف شده
  1. 1 12
      src/views/user/expert/index.vue

+ 1 - 12
src/views/user/expert/index.vue

@@ -16,18 +16,7 @@
           <cButton @toAdd="toAdd()"> </cButton>
         </el-col>
         <el-col :span="24" class="thr">
-          <cTable
-            :fields="fields"
-            :opera="opera"
-            :list="list"
-            @query="search"
-            :total="total"
-            @view="toView"
-            @edit="toEdit"
-            @exam="toExam"
-            @del="toDel"
-            
-          >
+          <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @view="toView" @edit="toEdit" @exam="toExam" @del="toDel">
           </cTable>
         </el-col>
       </el-col>