| | |
| | | <CommonSearch :show-add="false" :amount-view="false" placeholder="请输入关键词" @searchClick="onFilterSearch"> |
| | | <template slot="leftButton"> |
| | | <el-button size="small" type="primary" @click="addBtnClick" >新增</el-button> |
| | | <!-- <el-button size="small" type="primary" @click="delBtnClick" >删除</el-button> --> |
| | | <el-button size="small" type="primary" @click="delBtnClick" >删除</el-button> |
| | | <el-button size="small" type="primary" @click="saveBtnClick" >保存</el-button> |
| | | | |
| | | <!-- <el-button size="small" type="primary" @click="addBtnClick" >修改</el-button> --> |
| | | <el-button size="small" type="primary" @click="addBtnClick" >修改</el-button> |
| | | <el-button size="small" type="primary" @click="refreshClick">刷新</el-button> |
| | | <el-button size="small" type="primary" @click="printClick">打印</el-button> |
| | | </template> |
| | | </CommonSearch> |
| | | </div> |
| | | <div class="body-card"> |
| | | <!-- <div class="edit-save"> |
| | | <div class="edit-save-icon" @click="editSaveClick"> |
| | | <i :class="isEdit ? 'el-icon-unlock' : 'el-icon-lock'"></i> |
| | | </div> |
| | | <div class="edit-sace-label">{{ isEdit ? "锁定保存" : "界面设计" }}</div> |
| | | </div> --> |
| | | <div> |
| | | <SilkTableList |
| | | :detail-enter="isEdit" |
| | |
| | | this.tableColumn.splice(currentIndex, 1) |
| | | this.silkTableList.tableColumn = this.tableColumn |
| | | this.$delete(this.dataObj, prop) |
| | | } |
| | | }, |
| | | // 删除 |
| | | delBtnClick(){ |
| | | |
| | | }, |
| | | } |
| | | } |
| | | </script> |