guhongwei %!s(int64=2) %!d(string=hai) anos
pai
achega
dc9107bda1
Modificáronse 1 ficheiros con 10 adicións e 10 borrados
  1. 10 10
      src/views/system/dictData/index.vue

+ 10 - 10
src/views/system/dictData/index.vue

@@ -5,16 +5,16 @@
         <el-col :span="24" class="one">
           <cSearch :is_title="false" :is_search="true" :fields="fields" @search="toSearch"> </cSearch>
         </el-col>
-      </el-col>
-      <el-col :span="24" class="two">
-        <cButton @toAdd="toAdd()">
-          <template v-slot:custom>
-            <el-button type="primary" @click="toBack">返回</el-button>
-          </template>
-        </cButton>
-      </el-col>
-      <el-col :span="24" class="thr">
-        <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @edit="toEdit" @del="toDel"> </cTable>
+        <el-col :span="24" class="two">
+          <cButton @toAdd="toAdd()">
+            <template v-slot:custom>
+              <el-button type="primary" @click="toBack">返回</el-button>
+            </template>
+          </cButton>
+        </el-col>
+        <el-col :span="24" class="thr">
+          <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @edit="toEdit" @del="toDel"> </cTable>
+        </el-col>
       </el-col>
     </el-row>
     <cDialog :dialog="dialog" @toClose="toClose">