| | |
| | | <template> |
| | | <div class="otherInterface"> |
| | | <header> |
| | | <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div> |
| | | <!-- <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div> --> |
| | | <div class="addInterface"> |
| | | <el-button class="add" @click="handleAdd">添加第三方接口</el-button> |
| | | <el-button class="add button-addition" @click="handleAdd">添加第三方接口</el-button> |
| | | </div> |
| | | </header> |
| | | <main> |
| | |
| | | <!-- @selection-change="handleSelectionChange" --> |
| | | <!-- 数据渲染 --> |
| | | <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%" |
| | | :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}" |
| | | :header-cell-style="{background:'#06122c','font-weight':'650','line-height':'45px'}" |
| | | :row-class-name="tableRowClassName"> |
| | | <el-table-column type="selection" width="55"> |
| | | </el-table-column> |
| | |
| | | this.$axios.delete('sccg/system/portal/thirdApp/delete',{params:{ |
| | | id |
| | | }}).then(res=>{ |
| | | console.log(res); |
| | | }) |
| | | } |
| | | // // 当前页改变触发事件 |
| | |
| | | main { |
| | | .mainContent { |
| | | .el-table { |
| | | color: #4b9bb7; |
| | | // color: #4b9bb7; |
| | | |
| | | &::v-deep .el-table__empty-block { |
| | | background-color: #06122c; |