瀏覽代碼

'投放管家'

魏志佳 4 年之前
父節點
當前提交
e234e09f04
共有 1 個文件被更改,包括 6 次插入16 次删除
  1. 6 16
      src/views/modules/LaunchHousekeeper/LaunchHousekeeperList.vue

+ 6 - 16
src/views/modules/LaunchHousekeeper/LaunchHousekeeperList.vue

@@ -4,7 +4,7 @@
             <span class="OptinItem topOpt">
                 <!-- <Treeselect :appId.sync="accountID" :multiple="false" request="2,4" reqUrl='/ctop/projectMember/getProjectAccountByUserId' ref="treeSelect" style="margin-bottom:8px " /> -->
 
-                <!-- <a-tree-select
+                <a-tree-select
                     v-model="accountIds"                   
                     multiple
                     tree-checkable
@@ -18,18 +18,8 @@
                     :maxTagCount='1'   
                     @change="treeChange"                                                        
                     :tree-data="treeData"                   
-                /> -->
-              
-                <a-tree-select
-                    v-model="accountIds"
-                    style="width: 600px;height:30px"
-                    :tree-data="treeData"
-                    tree-checkable
-                    :dropdownMatchSelectWidth='true'
-                    :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" 
-                    :show-checked-strategy="SHOW_PARENT"
-                    search-placeholder="Please select"
                 />
+              
             </span>
             <span class="OptinItem">
                 <a-select  style="width: 120px" v-model="statusValue" @change="statusChange" placeholder="请选择状态">
@@ -183,14 +173,14 @@ const columns = [
     scopedSlots: { customRender: 'checkedStatus' }
   },
   {
-    title: '投放项目名称',
+    title: '名称',
     dataIndex: 'name',
     key: 'name',
     align: 'center',
     scopedSlots: { customRender: 'name' }
   },
   {
-    title: '投放项目状态',
+    title: '状态',
     dataIndex: 'statusName',
     key: 'statusName',
     align: 'center',
@@ -202,7 +192,7 @@ const columns = [
     //     align: 'center',
     //   },
   {
-    title: '投放项目预算类型',
+    title: '预算类型',
     dataIndex: 'budgetMode',
     key: 'budgetMode',
     align: 'center',
@@ -210,7 +200,7 @@ const columns = [
     scopedSlots: { customRender: 'budgetMode' }
   },
   {
-    title: '投放项目预算(元)',
+    title: '预算(元)',
     dataIndex: 'budget',
     key: 'budget',
     align: 'center',