fix : 取消需求上报单文件权限
This commit is contained in:
@@ -134,9 +134,7 @@
|
|||||||
<baseTitle title="需求上报申请书"></baseTitle>
|
<baseTitle title="需求上报申请书"></baseTitle>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<single-file-component tag="需求上报"
|
<single-file-component tag="需求上报" v-model:value="localFormData.singleFile" :processViewer="processViewer" />
|
||||||
v-model:value="localFormData.singleFile" :processViewer="processViewer"
|
|
||||||
:file-list-show="fileListShow"/>
|
|
||||||
<!-- <el-form-item>-->
|
<!-- <el-form-item>-->
|
||||||
<!-- {{localFormData.singleFile}}-->
|
<!-- {{localFormData.singleFile}}-->
|
||||||
<!-- <el-button type="primary" link @click="handleDownload(localFormData.singleFile)" style="font-size: 16px">-->
|
<!-- <el-button type="primary" link @click="handleDownload(localFormData.singleFile)" style="font-size: 16px">-->
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-form :label-position="labelAlign">
|
<el-form :label-position="labelAlign">
|
||||||
<el-form-item :label="title?'其他文件':''" v-if="fileListShow === 'READ' || fileListShow === 'EDIT'" :label-position="labelAlign" :label-width="title?95:''">
|
<el-form-item :label="title?'其他文件':''" :label-position="labelAlign" :label-width="title?95:''">
|
||||||
<file-upload @getFile="getOtherFile" v-if="fileListShow === 'EDIT'"/>
|
|
||||||
<fvTable style="width: 100%;max-height: 80px;" v-if="processViewer" height="80" :tableConfig="tableConfig"
|
<fvTable style="width: 100%;max-height: 80px;" v-if="processViewer" height="80" :tableConfig="tableConfig"
|
||||||
:data="_value" :isSettingCol="false" :pagination="false">
|
:data="_value" :isSettingCol="false" :pagination="false">
|
||||||
<template #empty>
|
<template #empty>
|
||||||
@@ -31,10 +30,6 @@ const props = defineProps({
|
|||||||
type: String,
|
type: String,
|
||||||
default: '400'
|
default: '400'
|
||||||
},
|
},
|
||||||
fileListShow: {
|
|
||||||
type: String,
|
|
||||||
default: 'READ'
|
|
||||||
},
|
|
||||||
value: {
|
value: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: []
|
default: []
|
||||||
|
|||||||
@@ -137,8 +137,7 @@
|
|||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<single-file-component tag="需求上报" :fileNameTableWidth="200" :fullscreen="true"
|
<single-file-component tag="需求上报" :fileNameTableWidth="200" :fullscreen="true"
|
||||||
v-model:value="localFormData.singleFile" :processViewer="processViewer"
|
v-model:value="localFormData.singleFile" :processViewer="processViewer"
|
||||||
labelAlign="top"
|
labelAlign="top"/>
|
||||||
:file-list-show="fileListShow"/>
|
|
||||||
<!-- <el-form-item label="需求上报申请书" label-position="top" style="display:block;">-->
|
<!-- <el-form-item label="需求上报申请书" label-position="top" style="display:block;">-->
|
||||||
<!-- <!– style="font-size: 16px"–>-->
|
<!-- <!– style="font-size: 16px"–>-->
|
||||||
<!-- <el-button type="primary" link @click="handleDownload(localFormData.singleFile)">-->
|
<!-- <el-button type="primary" link @click="handleDownload(localFormData.singleFile)">-->
|
||||||
|
|||||||
Reference in New Issue
Block a user