首页更多无滚动条问题
This commit is contained in:
@@ -14,8 +14,11 @@
|
|||||||
:data="standardReleaseList"
|
:data="standardReleaseList"
|
||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
border
|
border
|
||||||
style="cursor:pointer;"
|
height="90%"
|
||||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
style="width: 100%; flex: auto;"
|
||||||
|
class="drag-table"
|
||||||
|
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||||
|
fontWeight: 'bold', height: '48px'}">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="序号"
|
label="序号"
|
||||||
type="index"
|
type="index"
|
||||||
@@ -63,7 +66,7 @@ export default {
|
|||||||
loading: false,
|
loading: false,
|
||||||
pageVerify: false,
|
pageVerify: false,
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 10,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
putTime: '',
|
putTime: '',
|
||||||
standardReleaseList: [], //标准发布数据
|
standardReleaseList: [], //标准发布数据
|
||||||
|
|||||||
@@ -14,8 +14,11 @@
|
|||||||
:data="standardReleaseList"
|
:data="standardReleaseList"
|
||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
border
|
border
|
||||||
style="cursor:pointer;"
|
height="90%"
|
||||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
style="width: 100%; flex: auto;"
|
||||||
|
class="drag-table"
|
||||||
|
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||||
|
fontWeight: 'bold', height: '48px'}">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="序号"
|
label="序号"
|
||||||
type="index"
|
type="index"
|
||||||
@@ -63,7 +66,7 @@ export default {
|
|||||||
loading: false,
|
loading: false,
|
||||||
pageVerify: false,
|
pageVerify: false,
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 10,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
putTime: '',
|
putTime: '',
|
||||||
standardReleaseList: [], //标准发布数据
|
standardReleaseList: [], //标准发布数据
|
||||||
|
|||||||
@@ -14,8 +14,11 @@
|
|||||||
:data="standardReleaseList"
|
:data="standardReleaseList"
|
||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
border
|
border
|
||||||
style="cursor:pointer;"
|
height="90%"
|
||||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
style="width: 100%; flex: auto;"
|
||||||
|
class="drag-table"
|
||||||
|
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||||
|
fontWeight: 'bold', height: '48px'}">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="分类"
|
label="分类"
|
||||||
align="center"
|
align="center"
|
||||||
@@ -63,7 +66,7 @@ export default {
|
|||||||
loading: false,
|
loading: false,
|
||||||
pageVerify: false,
|
pageVerify: false,
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 10,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
putTime: '',
|
putTime: '',
|
||||||
standardReleaseList: [], //标准问答数据
|
standardReleaseList: [], //标准问答数据
|
||||||
|
|||||||
@@ -14,8 +14,11 @@
|
|||||||
:data="standardReleaseList"
|
:data="standardReleaseList"
|
||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
border
|
border
|
||||||
style="cursor:pointer;"
|
height="90%"
|
||||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
style="width: 100%; flex: auto;"
|
||||||
|
class="drag-table"
|
||||||
|
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||||
|
fontWeight: 'bold', height: '48px'}">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="序号"
|
label="序号"
|
||||||
type="index"
|
type="index"
|
||||||
@@ -64,7 +67,7 @@ export default {
|
|||||||
loading: false,
|
loading: false,
|
||||||
pageVerify: false,
|
pageVerify: false,
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 10,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
putTime: '',
|
putTime: '',
|
||||||
standardReleaseList: [], //标准发布数据
|
standardReleaseList: [], //标准发布数据
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ export default {
|
|||||||
let fileObj = await this.processEditFile(this.qbfsForm.FSD)
|
let fileObj = await this.processEditFile(this.qbfsForm.FSD)
|
||||||
if (fileObj) {
|
if (fileObj) {
|
||||||
const editFileInfo = fileObj
|
const editFileInfo = fileObj
|
||||||
if (editFileInfo && editFileInfo.editStatus === '1') {
|
if (editFileInfo && (editFileInfo.editStatus === '1' || editFileInfo && editFileInfo.editStatus === '0')) {
|
||||||
callback()
|
callback()
|
||||||
} else {
|
} else {
|
||||||
callback(new Error('请先在线编辑,再提交流程!'))
|
callback(new Error('请先在线编辑,再提交流程!'))
|
||||||
|
|||||||
@@ -14,13 +14,7 @@
|
|||||||
<template slot="title">基础信息</template>
|
<template slot="title">基础信息</template>
|
||||||
</ProcessTitle>
|
</ProcessTitle>
|
||||||
<el-table
|
<el-table
|
||||||
:data="dataList"
|
>
|
||||||
border
|
|
||||||
ref="entryTable"
|
|
||||||
height="90%"
|
|
||||||
style="width: 100%"
|
|
||||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
|
||||||
fontWeight: 'bold', height: '48px'}">
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="code"
|
prop="code"
|
||||||
min-width="180"
|
min-width="180"
|
||||||
|
|||||||
Reference in New Issue
Block a user