|
@@ -105,6 +105,7 @@ const toChangeUse = async (data) => {
|
|
|
let fields: Ref<any[]> = ref([
|
|
|
{ label: '标题', model: 'title', isSearch: true },
|
|
|
{ label: '路由', model: 'route' },
|
|
|
+ { label: '简介', model: 'brief' },
|
|
|
{ label: '是否使用', model: 'is_use', format: (i) => getDict(i, 'is_use'), isSearch: true, type: 'select' }
|
|
|
]);
|
|
|
// 操作
|