| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <section> |
| | | <!-- <section> --> |
| | | <el-button type="primary" @click="search">搜索</el-button> |
| | | <el-button @click="reset">重置</el-button> |
| | | </section> |
| | | <!-- </section> --> |
| | | </el-form> |
| | | </SearchFormCollapse> |
| | | <!-- 表格和分页 --> |
| | |
| | | </el-table-column> --> |
| | | <el-table-column prop="broadcastNames" label="关联广播" min-width="100px"></el-table-column> |
| | | <el-table-column prop="ledNames" label="关联LED" min-width="100px"></el-table-column> |
| | | <el-table-column prop="ledContent" label="LED空闲文案" min-width="180px"></el-table-column> |
| | | <el-table-column prop="hkDate" label="同步时间" min-width="150px"></el-table-column> |
| | | <el-table-column label="月台状态" fixed="right" width="100px"> |
| | | <template slot-scope="{row}"> |
| | |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" @click="$refs.operaPlatformWindow.open('编辑月台信息表', row)" icon="el-icon-edit" |
| | | v-permissions="['business:platform:update']">编辑</el-button> |
| | | <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" |
| | | v-permissions="['business:platform:delete']">删除</el-button> |
| | | <!-- <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" |
| | | v-permissions="['business:platform:delete']">删除</el-button> --> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |