|
@@ -47,7 +47,7 @@
|
|
<div slot="title">
|
|
<div slot="title">
|
|
<div class="addTitle">{{workTitle}}</div>
|
|
<div class="addTitle">{{workTitle}}</div>
|
|
</div>
|
|
</div>
|
|
- <div style="height:65vh;overflow: auto;padding-right: 20px">
|
|
|
|
|
|
+ <div style="height:475px;overflow: auto;padding-right: 20px">
|
|
<el-form :model="postManagement" label-width="140px">
|
|
<el-form :model="postManagement" label-width="140px">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -87,22 +87,21 @@
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!--栏目信息-->
|
|
<!--栏目信息-->
|
|
- <el-dialog :visible.sync="columnVisible" :append-to-body="true" style="margin: 10px auto!important" width="80%"
|
|
|
|
- top="10px">
|
|
|
|
|
|
+ <el-dialog :visible.sync="columnVisible" :show-close="false" :append-to-body="true"
|
|
|
|
+ style="margin: 10px auto!important" width="80%" top="10px">
|
|
<div slot="title">
|
|
<div slot="title">
|
|
<div class="addTitle">栏目信息</div>
|
|
<div class="addTitle">栏目信息</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <el-button style="float: left" type="primary" @click="columnVisible = false">返回</el-button>
|
|
<div style="float: right;margin-bottom: 10px;margin-right: 10px">
|
|
<div style="float: right;margin-bottom: 10px;margin-right: 10px">
|
|
- <label>栏目ID</label>
|
|
|
|
<el-input v-model.trim="columnSorts.chnlid" clearable placeholder="请输入栏目ID"
|
|
<el-input v-model.trim="columnSorts.chnlid" clearable placeholder="请输入栏目ID"
|
|
style="margin: 0 10px;width: 200px" />
|
|
style="margin: 0 10px;width: 200px" />
|
|
- <label>栏目名称</label>
|
|
|
|
<el-input v-model.trim="columnSorts.chnlidName" clearable placeholder="请输入栏目名称"
|
|
<el-input v-model.trim="columnSorts.chnlidName" clearable placeholder="请输入栏目名称"
|
|
style="margin: 0 10px;width: 200px" />
|
|
style="margin: 0 10px;width: 200px" />
|
|
<el-button type="primary" class="search" @click="searchColumn">搜索</el-button>
|
|
<el-button type="primary" class="search" @click="searchColumn">搜索</el-button>
|
|
<el-button type="primary" class="search" @click="resetColumn" style="margin-left: 5px">重置</el-button>
|
|
<el-button type="primary" class="search" @click="resetColumn" style="margin-left: 5px">重置</el-button>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="columnData" border ref='columnTable' stripe :height="tableH"
|
|
|
|
|
|
+ <el-table :data="columnData" border ref='columnTable' stripe height="475px"
|
|
:header-cell-style="{ background: '#e5e8ed', color: '#666', textAlign: 'center' }"
|
|
:header-cell-style="{ background: '#e5e8ed', color: '#666', textAlign: 'center' }"
|
|
:cell-style="tableStyle" style="cursor: default">
|
|
:cell-style="tableStyle" style="cursor: default">
|
|
<el-table-column width="50" label="序号">
|
|
<el-table-column width="50" label="序号">
|
|
@@ -126,19 +125,19 @@
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!--部门信息-->
|
|
<!--部门信息-->
|
|
- <el-dialog :visible.sync="deptVisible" :append-to-body="true" style="margin: 10px auto!important" width="80%"
|
|
|
|
- top="10px">
|
|
|
|
|
|
+ <el-dialog :visible.sync="deptVisible" :show-close="false" :append-to-body="true"
|
|
|
|
+ style="margin: 10px auto!important" width="80%" top="10px">
|
|
<div slot="title">
|
|
<div slot="title">
|
|
<div class="addTitle">部门信息</div>
|
|
<div class="addTitle">部门信息</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <el-button style="float: left" type="primary" @click="deptVisible = false">返回</el-button>
|
|
<div style="float: right;margin-bottom: 10px;margin-right: 10px">
|
|
<div style="float: right;margin-bottom: 10px;margin-right: 10px">
|
|
- <label>部门名称</label>
|
|
|
|
<el-input v-model.trim="deptSorts.deptName" clearable placeholder="请输入部门名称"
|
|
<el-input v-model.trim="deptSorts.deptName" clearable placeholder="请输入部门名称"
|
|
style="margin: 0 10px;width: 200px" />
|
|
style="margin: 0 10px;width: 200px" />
|
|
<el-button type="primary" class="search" @click="searchDept">搜索</el-button>
|
|
<el-button type="primary" class="search" @click="searchDept">搜索</el-button>
|
|
<el-button type="primary" class="search" @click="resetDept" style="margin-left: 5px">重置</el-button>
|
|
<el-button type="primary" class="search" @click="resetDept" style="margin-left: 5px">重置</el-button>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="deptData" border ref='deptTable' stripe :height="tableH"
|
|
|
|
|
|
+ <el-table :data="deptData" border ref='deptTable' stripe height="475px"
|
|
:header-cell-style="{ background: '#e5e8ed', color: '#666', textAlign: 'center' }"
|
|
:header-cell-style="{ background: '#e5e8ed', color: '#666', textAlign: 'center' }"
|
|
:cell-style="tableStyle" style="cursor: default">
|
|
:cell-style="tableStyle" style="cursor: default">
|
|
<el-table-column width="50" label="序号">
|
|
<el-table-column width="50" label="序号">
|
|
@@ -159,7 +158,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <div class="block">
|
|
|
|
|
|
+ <div>
|
|
<el-pagination @size-change="deptSizeChange" @current-change="deptCurrentChange"
|
|
<el-pagination @size-change="deptSizeChange" @current-change="deptCurrentChange"
|
|
:current-page="deptSorts.page" :page-sizes="[10, 20, 30, 40, 50]" :page-size="deptSorts.limit"
|
|
:current-page="deptSorts.page" :page-sizes="[10, 20, 30, 40, 50]" :page-size="deptSorts.limit"
|
|
layout="prev, pager,next,jumper,total,sizes" :total="deptTotal">
|
|
layout="prev, pager,next,jumper,total,sizes" :total="deptTotal">
|