vue3【post】:1)调整下注释
This commit is contained in:
parent
7983b8d22f
commit
9c49f75e13
@ -2,8 +2,8 @@
|
|||||||
<ContentWrap>
|
<ContentWrap>
|
||||||
<!-- 列表 -->
|
<!-- 列表 -->
|
||||||
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
|
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
|
||||||
<!-- 操作:新增 -->
|
|
||||||
<template #toolbar_buttons>
|
<template #toolbar_buttons>
|
||||||
|
<!-- 操作:新增 -->
|
||||||
<XButton
|
<XButton
|
||||||
type="warning"
|
type="warning"
|
||||||
preIcon="ep:download"
|
preIcon="ep:download"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<ContentWrap>
|
<ContentWrap>
|
||||||
<!-- 列表 -->
|
<!-- 列表 -->
|
||||||
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
|
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
|
||||||
<!-- 操作:新增 -->
|
|
||||||
<template #toolbar_buttons>
|
<template #toolbar_buttons>
|
||||||
|
<!-- 操作:新增 -->
|
||||||
<XButton
|
<XButton
|
||||||
type="primary"
|
type="primary"
|
||||||
preIcon="ep:zoom-in"
|
preIcon="ep:zoom-in"
|
||||||
@ -11,6 +11,7 @@
|
|||||||
v-hasPermi="['system:post:create']"
|
v-hasPermi="['system:post:create']"
|
||||||
@click="handleCreate()"
|
@click="handleCreate()"
|
||||||
/>
|
/>
|
||||||
|
<!-- 操作:导出 -->
|
||||||
<XButton
|
<XButton
|
||||||
type="warning"
|
type="warning"
|
||||||
preIcon="ep:download"
|
preIcon="ep:download"
|
||||||
|
Loading…
Reference in New Issue
Block a user