| | |
| | | @change="handleImportExcel"> |
| | | <a-button type="primary" icon="import">导入</a-button> |
| | | </a-upload> --> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0" v-has="'accountSons:add&edit&delete&submit'"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item> |
| | | <a-menu-item key="1" @click="handleSubmitBatch"><a-icon type="to-top" />提交</a-menu-item> |
| | |
| | | v-if="col.dataIndex == 'parametersValue'" |
| | | @change="(e)=>handleChange(e, record.key, col, index)" |
| | | style="width: 100%" |
| | | :disabled="!isOpen" |
| | | /> |
| | | <span v-if="col.dataIndex == 'action'"> |
| | | <a-button |
| | | type="primary" |
| | | @click="handleEdit(record)" |
| | | v-has="'accountSons:add&edit&delete&submit'" |
| | | :disabled="!isOpen" |
| | | >提交</a-button> |
| | | </span> |
| | | </div> |
| | |
| | | type:String, |
| | | default:'', |
| | | required:false |
| | | }, |
| | | isOpen:{ |
| | | type:Boolean, |
| | | default:true, |
| | | required:false |
| | | } |
| | | }, |
| | | watch:{ |