|
|
@@ -143,6 +143,11 @@ onMounted(async () => {
|
|
|
<template v-else>
|
|
|
<FormEditModal @success="handelSuccess" />
|
|
|
<Grid>
|
|
|
+ <template #table-title>
|
|
|
+ <span class="border-l-primary border-l-8 border-solid pl-2">
|
|
|
+ {{ modelRef.title }}内容列表
|
|
|
+ </span>
|
|
|
+ </template>
|
|
|
<template #toolbar-tools>
|
|
|
<AccessControl :codes="[`${state.authCode}:add`]" type="code">
|
|
|
<Button
|