6b1de936 by jiaozeping@pashanhoo.com

字体样式

1 parent f91c9b46
......@@ -101,7 +101,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -178,7 +178,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.zrzcolumns())
} else {
this.zrztableData.columns = [{
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -130,7 +130,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
fixed: 'right',
render: (h, scope) => {
return (
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -72,7 +72,7 @@ class data extends filter {
{
prop: "jzwmc",
label: "建筑物名称",
minWidth: '80'
minWidth: '90'
},
{
label: "土地/房屋性质",
......@@ -147,12 +147,12 @@ class data extends filter {
{
type: 'selection',
label: '全选',
width: '50'
width: '60'
},
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -152,7 +152,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -92,7 +92,7 @@ class data extends filter {
},
{
prop: "qlxzmc",
width: '80',
width: '90',
label: "权利性质",
},
{
......@@ -122,7 +122,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -95,7 +95,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......@@ -120,7 +120,7 @@ class datatwo extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -212,7 +212,7 @@ class datatwo extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -79,7 +79,7 @@ class data extends filter {
},
{
prop: "qlxzmc",
width: '80',
width: '90',
label: "权利性质",
},
{
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -79,7 +79,7 @@ class data extends filter {
},
{
prop: "qlxzmc",
width: '80',
width: '90',
label: "权利性质",
},
{
......@@ -102,7 +102,7 @@ class data extends filter {
minWidth: '150'
}, {
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -23,7 +23,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -97,7 +97,7 @@ class data extends filter {
minWidth: '110'
}, {
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......