|
@@ -5,16 +5,16 @@
|
|
<el-col :span="24" class="one">
|
|
<el-col :span="24" class="one">
|
|
<cSearch :is_title="false" :is_search="true" :fields="fields" @search="toSearch"> </cSearch>
|
|
<cSearch :is_title="false" :is_search="true" :fields="fields" @search="toSearch"> </cSearch>
|
|
</el-col>
|
|
</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-col>
|
|
</el-row>
|
|
</el-row>
|
|
<cDialog :dialog="dialog" @toClose="toClose">
|
|
<cDialog :dialog="dialog" @toClose="toClose">
|