Commit f66200f7 by caoyanzhi

update: 会员标签

parent 53e02db4
......@@ -1666,7 +1666,8 @@ export default {
* 天/月/年输入
*/
toEditDateInput(e, radio, parent) {
if (this.tagData.tagCode == 'lastCostTime') {
const codeList = ['firstCostTime', 'allChannelLastCostTime', 'allChannelFirstCostTime', 'lastCostTime'];
if (codeList.some(el => el == this.tagData.tagCode)) {
return;
}
const code = parent.templateCode;
......
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