|
@@ -77,6 +77,21 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="表单" min-width="25%">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <div class="grid-content bg-purple-light">
|
|
|
|
|
+ <ibps-attachment
|
|
|
|
|
+ v-model="scope.row.kuaiZhao"
|
|
|
|
|
+ :download="true"
|
|
|
|
|
+ multiple
|
|
|
|
|
+ accept="*"
|
|
|
|
|
+ :readonly="true"
|
|
|
|
|
+ style="width: 100%"
|
|
|
|
|
+ limlt="5"
|
|
|
|
|
+ />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
fixed="right"
|
|
fixed="right"
|
|
|
label="操作"
|
|
label="操作"
|
|
@@ -190,7 +205,8 @@ export default {
|
|
|
this.dialogData = [
|
|
this.dialogData = [
|
|
|
[{ name: '签名日期', contant: val.bianZhiShiJian, type: 'text' }],
|
|
[{ name: '签名日期', contant: val.bianZhiShiJian, type: 'text' }],
|
|
|
[{ name: '声明', contant: val.shuoMing, type: 'text' }],
|
|
[{ name: '声明', contant: val.shuoMing, type: 'text' }],
|
|
|
- [{ name: '附件', contant: val.fuJian, type: 'file' }]
|
|
|
|
|
|
|
+ [{ name: '附件', contant: val.fuJian, type: 'file' }],
|
|
|
|
|
+ [{ name: '表单', contant: val.kuaiZhao, type: 'file' }]
|
|
|
]
|
|
]
|
|
|
// console.log(this.dialogData)
|
|
// console.log(this.dialogData)
|
|
|
},
|
|
},
|