| | |
| | | <span slot="action" slot-scope="text, record"> |
| | | <a href="javascript:;" @click="handleEdit(record)">编辑</a> |
| | | </span> |
| | | <span slot="action1" slot-scope="text,record"> |
| | | <span><=</span> |
| | | </span> |
| | | <!--<span slot="action1" slot-scope="text,record">--> |
| | | <!--<span><=</span>--> |
| | | <!--</span>--> |
| | | </a-table> |
| | | </div> |
| | | <!-- table区域-end --> |
| | |
| | | align: 'center', |
| | | dataIndex: 'minimumRange' |
| | | }, |
| | | { |
| | | title:'', |
| | | dataIndex:'action1', |
| | | align:'center', |
| | | scopedSlots: { |
| | | customRender: 'action1' |
| | | } |
| | | }, |
| | | // { |
| | | // title:'', |
| | | // dataIndex:'action1', |
| | | // align:'center', |
| | | // scopedSlots: { |
| | | // customRender: 'action1' |
| | | // } |
| | | // }, |
| | | { |
| | | title: '最大范围(单位:%)', |
| | | align: 'center', |