| | |
| | | <span>直播</span> |
| | | <div class="button-container"></div> |
| | | <div style="display: flex; align-items: center;"> |
| | | <el-button size="mini" type="text" v-hasPermi="['person:information:memo']" style="margin-left: 200px"> |
| | | <!-- <el-button size="mini" type="text" v-hasPermi="['person:information:memo']" style="margin-left: 200px"> |
| | | <div class="form" @click="newRequest"><el-icon style="padding-right:100px;"></el-icon> |
| | | <span class="text" style="width: 69px;height: 26px;font-size: 16px; |
| | | font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">直播申请</span> |
| | | </div> |
| | | </el-button> |
| | | </el-button> --> |
| | | </div> |
| | | </h1> |
| | | |
| | |
| | | opacity: 1;">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | icon="el-icon-plus" |
| | | size="mini" |
| | | @click="newRequest" |
| | | v-hasPermi="['person:information:memo']" |
| | | >新增</el-button> |
| | | </el-col> |
| | | |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <el-row :gutter="0" v-loading="loading"> |
| | | <el-col :span="4" v-for="(item,i) in webcastList"> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | showSearch: true, |
| | | pageSizes: [12, 24, 36], |
| | | webcastList:[], |
| | | // 总条数 |
| | |
| | | ); |
| | | }, |
| | | toLook() { |
| | | this.$router.push('/meeting/webcast/webcastInfo/') |
| | | this.$router.push('/meeting/webcast/Home/') |
| | | } |
| | | |
| | | } |