فهرست منبع

弹框增加关闭按纽

bding 1 سال پیش
والد
کامیت
375fa19255

+ 3 - 0
src/views/rai_manage/reportManage/components/collectFansDlg.vue

@@ -10,6 +10,9 @@
           <el-table-column width="160" prop="CreateTime" align="center" :label="this.collectFansDlgText == '收藏详情' ? '收藏时间' : '关注时间'"></el-table-column>
         </el-table>
       </div>
+      <span slot="footer" class="dialog-footer">
+        <el-button type="primary" @click="handleClose">关闭</el-button>
+      </span>
     </el-dialog>
   </div>
 </template>

+ 1 - 1
src/views/rai_manage/reportManage/yanXuanSpecial.vue

@@ -182,7 +182,7 @@ export default {
     handleRowStyle(key) {
       if (key == "Title" && this.reportStatusActive == 2) {
         return "color: #409eff; cursor: pointer";
-      } else if (key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) {
+      } else if ((key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) || (key == "SpecialName" && this.topLableActive == 2)) {
         return "color: #409eff; cursor: pointer";
       } else if (key == "ArticleCollectNum" && this.topLableActive == 1) {
         return "color: #409eff; cursor: pointer";