右侧滚动条
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="Add">
|
||||
<ai-detail v-if="!id || isEdit==true">
|
||||
<ai-detail v-if="!id || isEdit==true" style="overflow-y:scroll;">
|
||||
|
||||
<template #title>
|
||||
<ai-title :title="params.id ? '编辑集体经济股权登记' : '新增集体经济股权登记'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)"></ai-title>
|
||||
|
||||
@@ -60,7 +60,7 @@ export default {
|
||||
{ prop: "stockCertificateCode", label: '股权编号', align: "center", width: "200px", },
|
||||
{ prop: "shareholdingNumber", label: '股权总数', align: "center", width: "200px", },
|
||||
{ prop: "shareholdingAmount", label: '股金总额(元)', align: "center", width: "200px", },
|
||||
{ prop: "areaName", label: '所在地区', align: "center", width: "200px", },
|
||||
{ prop: "areaId", label: '所在地区', align: "center", width: "200px", },
|
||||
{ slot: "options" ,},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user