style;table修改
Showing
17 changed files
with
58 additions
and
37 deletions
-
Please register or sign in to post a comment
... | ... | @@ -112,7 +112,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -110,7 +110,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -101,7 +101,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 90, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -69,7 +69,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -101,7 +101,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -95,7 +95,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -94,7 +94,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -93,7 +93,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -94,7 +94,7 @@ export default { |
}].concat(data.columns()).concat([ | ||
{ | ||
label: "操作", | ||
width: 170, | ||
width: 80, | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
... | ... | @@ -51,6 +51,7 @@ class data { |
}, | ||
{ | ||
label: "业务类型数量", | ||
width: '120', | ||
render: (h, scope) => { | ||
return ( | ||
<div class={'difference'}> | ||
... | ... |