Commit dc74a613 by zhangmeng

修改bug

parent fd27ed47
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/app.fde2c0616f5f7d9da0da4a2c463012ee.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.6b464a5bf69f693bb00d.js></script><script type=text/javascript src=/marketing/static/js/app.3cc1428158f6d1052254.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/app.fde2c0616f5f7d9da0da4a2c463012ee.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.6b464a5bf69f693bb00d.js></script><script type=text/javascript src=/marketing/static/js/app.2f0a9078f57d17746a8d.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -273,7 +273,7 @@ export default {
return;
}
}
if (this.form.costValue <= 0) {
if (this.form.costValue <= 0 && this.form.cardType !== 1) {
this.$tips({type:'warning',message:'成本必须大于0'});
return;
}
......
......@@ -2,7 +2,7 @@
* @Author: zhangmeng
* @Date: 2018-08-14 15:45:36
* @Last Modified by: zhangmeng
* @Last Modified time: 2018-10-22 16:30:37
* @Last Modified time: 2018-10-23 15:34:32
*/
<template>
<section class="dm-wrap">
......@@ -178,10 +178,11 @@ export default {
this.$tips({type: 'error',message: '禁用失败!'});
})
},
renderHeader(label) {
return ( <el-tooltip class="item" effect="dark" content="只对发送图文7天内的数据进行统计" placement="top-start">
<span class="fw500">{label} <i class="iconfont icon-xinxixianshi fz14"></i></span>
</el-tooltip>)
renderHeader(label) {
return( <span class="fw500">{label}</span>)
// return ( <el-tooltip class="item" effect="dark" content="只对发送图文7天内的数据进行统计" placement="top-start">
// <span class="fw500">{label} <i class="iconfont icon-xinxixianshi fz14"></i></span>
// </el-tooltip>)
}
}
}
......
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