| | |
| | | `${$t('dataManage.templateManage')}`, |
| | | ]"></My-bread> |
| | | <el-divider /> |
| | | <div class="searchComp subpage_Div" ref="container"> |
| | | <div |
| | | class="searchComp subpage_Div" |
| | | ref="container" |
| | | > |
| | | <el-form |
| | | ref="ruleForm" |
| | | :model="ruleForm" |
| | |
| | | v-model="ruleForm.name" |
| | | :placeholder="$t('userManage.authorityM.nameHolder')" |
| | | > |
| | | <i slot="suffix" class="el-icon-search" @click="setRefreshTable"></i> |
| | | <i |
| | | slot="suffix" |
| | | class="el-icon-search" |
| | | @click="setRefreshTable" |
| | | ></i> |
| | | </el-input> |
| | | </el-form-item> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | </el-form> |
| | | </div> |
| | | <div class="dividing-line"></div> |
| | | <div class="table_box" :style="styleVar"> |
| | | <div |
| | | class="table_box" |
| | | :style="styleVar" |
| | | > |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | |
| | | >确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | <div class="infoBox_box" v-show="showinfoBox"> |
| | | <div |
| | | class="infoBox subpage_Div box_div" |
| | | |
| | | class="infoBox_box" |
| | | v-show="showinfoBox" |
| | | > |
| | | <div class="infoBox subpage_Div box_div"> |
| | | |
| | | <div |
| | | slot="header" |
| | |
| | | this.itemdetail.code = "用户流量统计"; |
| | | } |
| | | |
| | | this.itemdetail.cTime = this.format(row.createTime); |
| | | if (row.updateTime) { |
| | | |
| | | this.itemdetail.uTime = this.format(row.updateTime); |
| | | } |
| | | // this.itemdetail.uTime = this.format(row.updateTime); |
| | | this.showinfoBox = true; |
| | | }, |
| | | //关闭查看 |
| | |
| | | if (data.code != 200) { |
| | | return this.$message.error("列表调用失败"); |
| | | } |
| | | |
| | | this.tableData = data.result; |
| | | this.listData.count = data.count; |
| | | }, |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | </style> |
| | | |