liuxiaona 2 years ago
parent
commit
823e65beda

+ 4 - 0
.idea/workspace.xml

3
   <component name="ChangeListManager">
3
   <component name="ChangeListManager">
4
     <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="">
4
     <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="">
5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/app.30d2bf7d.css" beforeDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/dist/index.html" afterDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/app.cb53b49e.js" beforeDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/app.cb53b49e.js.map" beforeDir="false" />
6
       <change beforePath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" afterDir="false" />
10
       <change beforePath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" afterDir="false" />
7
     </list>
11
     </list>
8
     <option name="SHOW_DIALOG" value="false" />
12
     <option name="SHOW_DIALOG" value="false" />

File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/css/app.30d2bf7d.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/app.66ba47fa.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 2 - 0
qwh5/dist/js/app.1e2fc064.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.1e2fc064.js.map


File diff suppressed because it is too large
+ 0 - 2
qwh5/dist/js/app.cb53b49e.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.cb53b49e.js.map


+ 6 - 3
qwh5/src/views/HomeView.vue

41
                 <span v-else-if="!item.add_status">-</span>
41
                 <span v-else-if="!item.add_status">-</span>
42
                 <span v-else>-</span>
42
                 <span v-else>-</span>
43
               </div>
43
               </div>
44
-              <div><span class="copy" :class="item.copyReport ? 'c-999' : ''" @click="goAddCustomer(item)">复制</span></div>
44
+              <div>
45
+                <span class="copy" :style="item.copyReport ? 'color:#999;border: 1px solid #999' : ''" @click="goAddCustomer(item)">
46
+                  复制
47
+                </span>
48
+              </div>
45
             </div>
49
             </div>
46
           </div>
50
           </div>
47
           <p class="infinite-tips" v-if="load_loading">加载中...</p>
51
           <p class="infinite-tips" v-if="load_loading">加载中...</p>
393
           }
397
           }
394
           .c-b8733d{
398
           .c-b8733d{
395
             border: 1px solid #b8733d;
399
             border: 1px solid #b8733d;
396
-            //color: #b8733d;
397
-            color: red;
400
+            color: #b8733d;
398
           }
401
           }
399
           .c-999{
402
           .c-999{
400
             border: 1px solid #999;
403
             border: 1px solid #999;