...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
<script src="/union/js/ajaxfileupload.js"></script>
|
|
|
</head>
|
|
|
<body class="easyui-layout" fit="true">
|
|
|
<div id="search" region="north" style="padding-bottom: 35px; height: auto;">
|
|
|
<div id="search" region="north" style="padding-bottom: 35px; height:220px;">
|
|
|
<script>
|
|
|
document.write(addHead('市场管理', '分组营销管理'));
|
|
|
</script>
|
...
|
...
|
@@ -118,8 +118,6 @@ |
|
|
width: 170,
|
|
|
align: "center",
|
|
|
formatter: function (value, rowData, rowIndex) {
|
|
|
// return "<a href='#' class='easyui-tooltip' title='泛渠道来源:淘宝B店\r\nuid:171717171'>条件筛选</a>";
|
|
|
// return "<span class='dd' >条件筛选</span>";
|
|
|
return '<span id="condition-'+rowIndex+'" >条件筛选</span>';
|
|
|
}
|
|
|
},{
|
...
|
...
|
|