Merge pull request 'fix : 上传文件表格滚动时, 表头固定' (#542) from dd into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/542
This commit is contained in:
@@ -97,6 +97,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
@@ -159,6 +160,7 @@ const singleTableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 85,
|
width: 85,
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -166,6 +166,7 @@ const fileTable = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ const tableConfig = reactive({
|
|||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
label: '附件名称',
|
label: '附件名称',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'tag',
|
prop: 'tag',
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
/>
|
/>
|
||||||
<baseTitle title="申请文件"></baseTitle>
|
<baseTitle title="申请文件"></baseTitle>
|
||||||
<file-upload v-if="checkFormPrem('fileList')" @getFile="getFile"/>
|
<file-upload v-if="checkFormPrem('fileList')" @getFile="getFile"/>
|
||||||
<fvTable style="width: 100%;max-height: 300px;" v-if="showTable"
|
<fvTable style="width: 100%;max-height: 300px;" height="300" v-if="showTable"
|
||||||
:tableConfig="tableConfig" :data="formData.fileList"
|
:tableConfig="tableConfig" :data="formData.fileList"
|
||||||
:isSettingCol="false" :pagination="false" perm="EDIT">
|
:isSettingCol="false" :pagination="false" perm="EDIT">
|
||||||
<template #empty>
|
<template #empty>
|
||||||
@@ -183,6 +183,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ const fileTable = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 85,
|
width: 85,
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ const tableConfig = reactive({
|
|||||||
label: '序号',
|
label: '序号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
fixed:true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
|
|||||||
Reference in New Issue
Block a user