|
@@ -58,7 +58,7 @@
|
|
prop="fieldCount"
|
|
prop="fieldCount"
|
|
align="center"
|
|
align="center"
|
|
label="风场数量"
|
|
label="风场数量"
|
|
- min-width="200"
|
|
|
|
|
|
+ min-width="100"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button @click="particulars(scope.row)" type="text" size="small">
|
|
<el-button @click="particulars(scope.row)" type="text" size="small">
|
|
@@ -71,7 +71,7 @@
|
|
prop="state"
|
|
prop="state"
|
|
align="center"
|
|
align="center"
|
|
label="状态"
|
|
label="状态"
|
|
- min-width="200"
|
|
|
|
|
|
+ min-width="120"
|
|
>
|
|
>
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
{{ row.state == 1 ? "启用" : "停用" }}
|
|
{{ row.state == 1 ? "启用" : "停用" }}
|
|
@@ -87,7 +87,7 @@
|
|
align="center"
|
|
align="center"
|
|
fixed="right"
|
|
fixed="right"
|
|
label="操作"
|
|
label="操作"
|
|
- min-width="200"
|
|
|
|
|
|
+ max-width="200"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button @click="compile(scope.row)" type="text" size="small"
|
|
<el-button @click="compile(scope.row)" type="text" size="small"
|