|
@@ -107,17 +107,6 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
- label="附件"
|
|
|
- prop="attach"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <div>{{ scope.row.attach }}</div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="center"
|
|
|
label="有效期"
|
|
|
prop="expireTime"
|
|
|
min-width="160"
|
|
@@ -509,7 +498,8 @@ export default {
|
|
|
...this.addForm,
|
|
|
orgNumber: res.useOrgNumber,
|
|
|
|
|
|
- attach: this.fileList[0].url,
|
|
|
+ fileName: this.fileList[0].name,
|
|
|
+ fileUrl: this.fileList[0].url,
|
|
|
});
|
|
|
if (this.id) {
|
|
|
await deleDataList({ ids: this.id });
|