| | |
| | | <el-select v-model="searchForm.baseSolutionId" placeholder="请选择" @change="search"> |
| | | <el-option |
| | | v-for="item in solutionList" |
| | | :key="item.id" |
| | | :key="item.baseId" |
| | | :label="item.name" |
| | | :value="item.id"> |
| | | :value="item.baseId"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | <!-- 表格和分页 --> |
| | | <template v-slot:table-wrap> |
| | | <ul class="toolbar" v-if="userInfo.type === 1"> |
| | | <!-- v-permissions="['business:onlineReporting:create']"--> |
| | | <li><el-button type="primary" @click="$refs.onlineReporting.open('提交报案')">在线报案</el-button></li> |
| | | </ul> |
| | | <el-table |