Merge remote-tracking branch 'origin/master'
| | |
| | | size="small" |
| | | :inline="true" |
| | | v-show="showSearch" |
| | | label-width="100px" |
| | | > |
| | | <el-form-item label="考核对象" prop="unitId"> |
| | | <el-select |
| | |
| | | ></right-toolbar> --> |
| | | </el-row> |
| | | |
| | | <el-row v-loading="loading"> |
| | | <el-row v-if="checkResultList && checkResultList.length > 0" v-loading="loading"> |
| | | <el-col |
| | | :xl="8" |
| | | :lg="8" |
| | |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <pagination |
| | | v-show="total > 0" |
| | |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row v-loading="loading" :gutter="20"> |
| | | <el-row v-if="contractList && contractList.length > 0" v-loading="loading" :gutter="20"> |
| | | <el-col |
| | | :span="8" |
| | | v-for="(item, index) in contractList" |
| | |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <!-- 合同详情 --> |
| | | <el-dialog |
| | |
| | | <el-form label-position="left" inline class="table-expand"> |
| | | <el-collapse v-model="activeNames"> |
| | | <el-collapse-item |
| | | v-for="name, index in ruleName" |
| | | v-for="(name, index) in ruleName" |
| | | :key="index" |
| | | :title="name" |
| | | > |
| | | <div |
| | | class="inline-input-container" |
| | | v-for="item, index in ruleData" |
| | | v-for="(item, index) in ruleData" |
| | | :key="index" |
| | | > |
| | | <el-tooltip :content=" |
| | |
| | | </el-col> |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | </el-row> --> |
| | | |
| | | <div v-if="checkResultList && checkResultList.length > 0"> |
| | | <el-card class="box-card" v-for="item in checkResultList" :key="item.id"> |
| | | <div slot="header" class="clearfix"> |
| | | <span>{{ item.unitName }}</span> |
| | |
| | | <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-if="item.status === 'not_publish'" :disabled="!item.canPublish" v-hasPermi="['system:calculate:report:status']">确认发布</el-button> |
| | | <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-if="item.status === 'published'" v-hasPermi="['system:calculate:report:status']">取消发布</el-button> |
| | | </el-card> |
| | | </div> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <pagination |
| | | v-show="total>0" |
| | |
| | | { |
| | | icon: 'el-icon-truck', |
| | | dataList: [ |
| | | |
| | | { |
| | | label: 'IP异常数' |
| | | }, |
| | | { |
| | | label: 'MAC地址异常数' |
| | | }, |
| | | { |
| | | label: '经度异常数' |
| | | }, |
| | | { |
| | | label: '纬度异常数' |
| | | }, |
| | | ] |
| | | } |
| | | ], |