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>
           <cButton @toAdd="toAdd()"> </cButton>
         </el-col>
         </el-col>
         <el-col :span="24" class="thr">
         <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>
           </cTable>
         </el-col>
         </el-col>
       </el-col>
       </el-col>