jiayufei 4 роки тому
батько
коміт
db46bb2110

+ 2 - 2
src/views/modules/account-config/account-config-server.js

@@ -5,6 +5,6 @@
 
 // export const urlAcount = 'http://118.24.244.213:8080'; // 线上
 // export const urlAcount = 'http://apipre.tjyourong.com.cn'; // 预生产
-export const urlAcount = 'http://192.168.1.43:8080'; // 子安
-// export const urlAcount = 'http://139.186.165.84:8080'; // 测试
+// export const urlAcount = 'http://192.168.1.43:8080'; // 子安
+export const urlAcount = 'http://139.186.165.84:8080'; // 测试
 // export const urlAcount = 'http://192.168.1.8:8080'; // 学超

+ 8 - 8
src/views/modules/account-config/account-config.vue

@@ -498,8 +498,8 @@ export default {
             getAction(urlAcount + '/bytedance-api/advertiser/aiBytedanceAdvertiserStrategy/list', paramsData).then(result => {
                 if (result.code === 0) {
                     result.result.records.forEach(item => {
-                        item.show = false;
-                        item.visible = false;
+                        // item.show = false;
+                        // item.visible = false;
                         if (item.accountBudgetMode === '1') {
                             item.accountBudget = '不限';
                         }
@@ -536,12 +536,12 @@ export default {
                 }
             });
         },
-        handleBudgetPopover(record) {
-            record.show = false;
-        },
-        handleModPopover(record) {
-            record.visible = false;
-        },
+        // handleBudgetPopover(record) {
+        //     record.show = false;
+        // },
+        // handleModPopover(record) {
+        //     record.visible = false;
+        // },
         handleQueryList(event) {
             event.preventDefault();
             this.controlLoading = true;

+ 4 - 0
src/views/modules/creative-copywrit/creative-copywrit.less

@@ -21,7 +21,11 @@
             width: 100px;
         }
         .only-title-mater {
+            width: 500px;
             height: 35px;
+            overflow: hidden;
+            white-space: nowrap;
+            text-overflow: ellipsis;
         }
         .examin-form-model {
             width: 500px;

+ 4 - 4
src/views/modules/creative-copywrit/creative-copywrit.vue

@@ -1260,8 +1260,8 @@
                                             驳回原因:
                                             <a-textarea
                                                 placeholder="请输入原因"
-                                                v-model="refuseReasonImage" 
-                                                :autosize="{ minRows: 3, maxRows: 10 }"
+                                                v-model="refuseReasonImage"
+                                                :autosize="{minRows: 3, maxRows: 10}"
                                             />
                                         </div>
                                     </div>
@@ -2770,7 +2770,7 @@ export default {
                                 let tagsSureLen = 0;
                                 newOptionList.forEach(item => {
                                     this.adNameTags.forEach(val => {
-                                        if (item === val.name) {
+                                        if (item.name === val.name) {
                                             tagsSureLen += val.maxWordLen;
                                         }
                                     });
@@ -2778,7 +2778,7 @@ export default {
                                 finallyLenList.forEach(item => {
                                     tagsLen += item.length;
                                 });
-                                resultSelectSize = inputDefaultLen - tagsLen + tagsSureLen + finallyLenList.length;
+                                resultSelectSize = inputDefaultLen - tagsLen + tagsSureLen + newOptionList.length;
                             }
                             else {
                                 resultSelectSize = item.slogan.length;