Commit 95cbb980 by xiaohai

优化修改

parent 2c232544
......@@ -58,7 +58,7 @@
show-overflow-tooltip>
<template slot-scope="scope">
<!-- {{ scope.row.updateType == 1 ? '每天一次' : scope.row.updateType == 2 ? (scope.row.updateDay ? '每周'+ weekArr[scope.row.updateDay - 1] : '每周一次') : (scope.row.updateDay ? '每月' + scope.row.updateDay + '号' : '每月一次')}} -->
<template v-if="scope.row.isRealTime == 1">
<template v-if="scope.row.isRealTime == 0">
{{scope.row.updateType, scope.row.updateDay | formatUpdateFrequency}}
</template>
<template v-else>
......@@ -413,6 +413,9 @@
background: #fff;
padding: 30px;
box-sizing: border-box;
a {
color: #606266;
}
.flex-1 {
-webkit-box-flex: 1;
-webkit-flex: 1;
......
<template>
<div class="memberGroupList-wrap common-wrap">
<nav-crumb :navpath="navpath"></nav-crumb>
<group-transfer></group-transfer>
<div class="right-content">
<div class="right-box">
<div class="common-wrap__opt">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment