chore: vue 代码生成模板同步前端页面调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<div class="search-container">
|
<div class="search-bar">
|
||||||
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
||||||
#foreach($fieldConfig in $fieldConfigs)
|
#foreach($fieldConfig in $fieldConfigs)
|
||||||
#if($fieldConfig.isShowInQuery == 1)
|
#if($fieldConfig.isShowInQuery == 1)
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-card shadow="never" class="table-container">
|
<el-card shadow="never">
|
||||||
<template #header>
|
<div class="mb-10px">
|
||||||
<el-button
|
<el-button
|
||||||
v-hasPerm="['${moduleName}:${lowerFirstEntityName}:add']"
|
v-hasPerm="['${moduleName}:${lowerFirstEntityName}:add']"
|
||||||
type="success"
|
type="success"
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<template #icon><Delete /></template>
|
<template #icon><Delete /></template>
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</div>
|
||||||
|
|
||||||
<el-table
|
<el-table
|
||||||
ref="dataTableRef"
|
ref="dataTableRef"
|
||||||
|
|||||||
Reference in New Issue
Block a user