18513069273 %!s(int64=4) %!d(string=hai) anos
pai
achega
4ae14cadaa
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      src/views/contractManagement/purchaseContract.vue

+ 10 - 2
src/views/contractManagement/purchaseContract.vue

@@ -97,11 +97,11 @@
           <el-popover
             placement="left"
             :width="400"
-            trigger="hover"
+            trigger="click"
             @show="history(scope.row)"
           >
             <template #reference>
-              <span>{{ scope.row.status }}</span>
+              <span @click="history(scope.row)">{{ scope.row.status }}</span>
             </template>
             <div>
               <p>操作历史</p>
@@ -368,6 +368,14 @@ export default {
 }
 </script>
 <style lang="scss" scoped>
+.wrap {
+  width: 400px;
+  position: absolute;
+  top: 131px;
+  left: 794px;
+  transform-origin: right center;
+  z-index: 2005;
+}
 .vertical-line {
   height: 100px;
   border-left: 2px solid;