|
@@ -13,7 +13,7 @@
|
|
|
<cButton @toAdd="toAdd()"> </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 :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @edit="toEdit" @del="toDel">
|
|
|
<template #type="{ item, row }">
|
|
|
<template v-if="item.model === 'type'">
|
|
|
<el-link size="mini" type="primary" @click="toType(row)">{{ getProps(row, item.model) }}</el-link>
|