inleft
2022-02-21 504927efd3bd35f12714cd6367e6f2a9c5d2d1dc
_web/src/views/main/blogarticle/index.vue
@@ -100,11 +100,17 @@
        <span slot="isTopScopedSlots" slot-scope="text">
          {{ 'blog_yes_or_no' | dictType(text) }}
        </span>
        <span slot="isTopScopedSlots" slot-scope="text">
          {{ 'blog_yes_or_no' | dictType(text) }}
        </span>
        <span slot="authStatusScopedSlots" slot-scope="text">
          {{ 'blog_auth_status' | dictType(text) }}
        </span>
        <span slot="editorStatusScopedSlots" slot-scope="text">
          {{ 'blog_editor_status' | dictType(text) }}
        </span>
        <span slot="isEnableScopedSlots" slot-scope="text">
          {{ 'blog_yes_or_no' | dictType(text) }}
        </span>
        <span slot="action" slot-scope="text, record">
          <a v-if="hasPerm('blogArticle:edit')" @click="$refs.editForm.edit(record)">编辑</a>
@@ -199,7 +205,8 @@
          {
            title: '是否启用',
            align: 'center',
            dataIndex: 'isEnable'
            dataIndex: 'isEnable',
           scopedSlots: { customRender: 'isEnableScopedSlots' }
          },
          {
            title: '创建时间',