|
|
@@ -261,7 +261,15 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
- ><fileMain v-model="scope.row.attachmentUrl" type="add"></fileMain
|
|
|
+ ><fileMain
|
|
|
+ v-model="scope.row.attachmentUrl"
|
|
|
+ type="add"
|
|
|
+ :directoryId="
|
|
|
+ $store.state.user.info.clientEnvironmentId == 10
|
|
|
+ ? '2065608790337171458'
|
|
|
+ : ''
|
|
|
+ "
|
|
|
+ ></fileMain
|
|
|
></span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -507,7 +515,10 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column label="附件" prop="attachmentUrl" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <fileMain v-model="scope.row.attachmentUrl" type="view"></fileMain>
|
|
|
+ <fileMain
|
|
|
+ v-model="scope.row.attachmentUrl"
|
|
|
+ type="view"
|
|
|
+ ></fileMain>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|