| | |
| | | @click="pollSeach" |
| | | >搜索</el-button |
| | | > |
| | | <div class="tip"> |
| | | <div class="tip" v-if="isShowPolling === 'show'"> |
| | | <span> |
| | | 轮询时间 : |
| | | <b>{{ PollData.Config.poll_period }}</b |
| | |
| | | type="primary" |
| | | style="float: right" |
| | | @click="openDrawer" |
| | | v-if="showSetting" |
| | | v-if="showSetting && isShowPolling === 'show'" |
| | | >设置</el-button |
| | | > |
| | | </div> |
| | |
| | | <span v-else-if="scope.row.status === 0">{{ "规则不全" }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="实时/轮询" align="center" width="100px"> |
| | | <el-table-column |
| | | label="实时/轮询" |
| | | align="center" |
| | | width="100px" |
| | | v-if="isShowPolling === 'show'" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.run_type === -1">-</span> |
| | | <toggle-button |
| | |
| | | formData: {}, |
| | | strethTable: false, |
| | | buttonAuthority: sessionStorage.getItem("buttonAuthoritys") || [], |
| | | isShowPolling: sessionStorage.getItem("isShowPolling"), |
| | | }; |
| | | }, |
| | | mounted() { |