Commit 858cd8f8 by liuchenxi

update: 标签ui

parent 7b70730e
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="./static/img/favicon.ico"/>
<title>GIC-会员标签</title>
<title>金华达摩</title>
<link rel="stylesheet" href="//at.alicdn.com/t/font_688955_99jmfacmlpp.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_3276801_mkhlaisq2aq.css">
<script src="//at.alicdn.com/t/font_3276801_w3vkjjmzzz.js"></script>
......
......@@ -529,7 +529,8 @@ export default {
});
},
exportMember() {
if (!this.tagValTableData.length) return this.$message.error('没有要导出的数据');
const isExiteRecordPerson = this.tagValTableData.some(el => +el.memberCount > 0);
if (!this.tagValTableData.length || !isExiteRecordPerson) return this.$message.error('没有要导出的数据');
this.tableFiledVisible = true;
},
onSubmiTableFiled(data) {
......
......@@ -7,7 +7,7 @@
color: #909399;
}
.manualTagEdit-wrap .el-form-item__label {
color: #606266;
color: #303133;
}
.manualTagEdit-wrap .el-textarea__inner {
height: 96px;
......
......@@ -396,7 +396,7 @@
{{ (scope.row.memberCount || 0) | formatNum }}
</template>
</el-table-column>
<el-table-column prop="appStatus" label="好办展示" min-width="100" :limit-code='$buttonCode.memberTagOpenHaoBan' v-if='$getButtonLimit($buttonCode.memberTagOpenHaoBan)'>
<!-- <el-table-column prop="appStatus" label="好办展示" min-width="100" :limit-code='$buttonCode.memberTagOpenHaoBan' v-if='$getButtonLimit($buttonCode.memberTagOpenHaoBan)'>
<template slot="header">
好办展示
<el-tooltip effect="dark" content="开启后,默认次日更新至好办管理后台,如需立即更新,请至好办管理后台操作“同步”" placement="top">
......@@ -406,8 +406,8 @@
<template slot-scope="scope">
<el-switch :active-value="1" :inactive-value="0" v-model="scope.row.appStatus" active-color="#2F54EB" @change="switchAppStatus(scope.row.appStatus, scope.row)"> </el-switch>
</template>
</el-table-column>
<el-table-column label="分组描述" min-width="200">
</el-table-column> -->
<el-table-column label="分组描述" min-width="250">
<template slot-scope="{ row }">
{{ row.groupName | aliasTips }}
</template>
......
......@@ -814,7 +814,6 @@ export default {
this.params.type = 1;
this.params.id = hangObj.id;
this.tagName = hangObj.name;
this.$store.commit('modiftTagName', this.tagName);
this.handTag = 1;
this.loadMemberTagList(this.params);
......
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