|
@@ -105,7 +105,7 @@
|
|
|
></el-input>
|
|
|
</div>
|
|
|
<el-table :data='tableData' v-loading='loading' :key='key' :border='true' style='width: 100%'>
|
|
|
- <el-table-column prop='Name' label='图例名称' width='120'>
|
|
|
+ <el-table-column prop='Name' label='图例名称' width='180'>
|
|
|
<template slot-scope='{row}'>{{row.Name }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='style' label='图例样式' width='150'>
|