|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <content-wrap>
|
|
|
|
|
|
+ <ContentWrap>
|
|
<!-- 搜索工作栏 -->
|
|
<!-- 搜索工作栏 -->
|
|
<el-form
|
|
<el-form
|
|
class="-mb-15px"
|
|
class="-mb-15px"
|
|
@@ -114,10 +114,10 @@
|
|
</el-button>
|
|
</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
- </content-wrap>
|
|
|
|
|
|
+ </ContentWrap>
|
|
|
|
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
- <content-wrap>
|
|
|
|
|
|
+ <ContentWrap>
|
|
<el-table v-loading="loading" :data="list">
|
|
<el-table v-loading="loading" :data="list">
|
|
#foreach($column in $columns)
|
|
#foreach($column in $columns)
|
|
#if ($column.listOperationResult)
|
|
#if ($column.listOperationResult)
|
|
@@ -171,7 +171,7 @@
|
|
v-model:limit="queryParams.pageSize"
|
|
v-model:limit="queryParams.pageSize"
|
|
@pagination="getList"
|
|
@pagination="getList"
|
|
/>
|
|
/>
|
|
- </content-wrap>
|
|
|
|
|
|
+ </ContentWrap>
|
|
|
|
|
|
<!-- 表单弹窗:添加/修改 -->
|
|
<!-- 表单弹窗:添加/修改 -->
|
|
<${simpleClassName}Form ref="formRef" @success="getList" />
|
|
<${simpleClassName}Form ref="formRef" @success="getList" />
|