f91c9b46 by jiaozeping@pashanhoo.com

字体样式

1 parent e2a9e596
......@@ -101,7 +101,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -113,7 +113,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -107,7 +107,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -114,7 +114,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -87,7 +87,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>
......@@ -42,7 +42,7 @@ class data extends filter {
},
{
label: "权属状态",
width: '80',
width: '90',
render: (h, scope) => {
let obj = {
"1": {
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -22,7 +22,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -34,7 +34,7 @@ class data extends filter {
{
prop: "bglx",
label: "变化情况",
minWidth: '80',
minWidth: '90',
render: (h, scope) => {
switch (scope.row.bglx) {
case '1':
......@@ -137,7 +137,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -22,7 +22,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -123,7 +123,7 @@ class data extends filter {
},
{
label: '操作',
width: '80',
width: '90',
align: 'center',
fixed: 'right',
render: (h, scope) => {
......
......@@ -22,7 +22,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......@@ -111,7 +111,7 @@ class data extends filter {
}
// {
// label: '操作',
// width: '80',
// width: '90',
// align: 'center',
// fixed: 'right',
// render: (h, scope) => {
......