@@ -85,25 +85,31 @@ import { Query, GeneralDataReception } from '@/api/dataIntegration'
export default {
name: 'DataTable',
props: {
+ //接口ID
dataId: {
type: String || Number
},
+ //弹框宽度
width: {
type: String,
default: '560px'
+ //弹框表单-行数
rows: {
type: Number,
default: 3
+ //弹框-表单文字宽度
labelWidth: {
default: '80px'
+ //表格高度
minHeight: {
default: 65
+ //是否显示新增按钮
isBtn: {
type: Boolean,
default: true