|
@@ -34,6 +34,7 @@
|
|
|
</template>
|
|
|
<template #do-column-value="{scope}">
|
|
|
<CusButton type="table" icon="relation" title="关联分类" @click="onRelation(scope.row)"/>
|
|
|
+ <CusButton type="table" icon="relation" title="关联主题" @click="onRelation(scope.row)"/>
|
|
|
<CusButton type="table-add" icon="text" title="字段" @click="onText(scope.row)"/>
|
|
|
<CusButton type="table-edit" @click="onEdit(scope.row)"/>
|
|
|
<CusButton type="table-del" @click="onDel(scope.row)"/>
|
|
@@ -87,7 +88,7 @@ const state: any = reactive({
|
|
|
{value: "createTime", label: "创建时间", width: 200},
|
|
|
{value: "updateTime", label: "最后修改时间", width: 200},
|
|
|
{value: "remark", label: "备注", width: 200},
|
|
|
- {value: "do", label: "操作", width: 320, fixed: 'right'},
|
|
|
+ {value: "do", label: "操作", width: 420, fixed: 'right'},
|
|
|
],
|
|
|
form: {},
|
|
|
formReal: {},
|