|
|
@@ -119,8 +119,8 @@
|
|
|
<fileUpload v-model="row.imgUrl" module="main" :showLib="false" :limit="1" />
|
|
|
</template>
|
|
|
|
|
|
- <template v-slot:annex="{ row }">
|
|
|
- <fileUpload v-model="row.annex" module="main" :showLib="false" :limit="1" />
|
|
|
+ <template v-slot:files="{ row }">
|
|
|
+ <fileUpload v-model="row.files" module="main" :showLib="false" :limit="1" />
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@@ -390,8 +390,8 @@ export default {
|
|
|
|
|
|
{
|
|
|
label: '附件',
|
|
|
- slot: 'annex',
|
|
|
- action: ' annex',
|
|
|
+ slot: 'files',
|
|
|
+ action: ' files',
|
|
|
align: 'center',
|
|
|
},
|
|
|
|