Jelajahi Sumber

用车申请

sunyanqiang 3 tahun lalu
induk
melakukan
5b69be7928

+ 7 - 5
src/views/militaryvehicleManagement/thebusApply/index.vue

@@ -274,10 +274,10 @@
           <div
             v-if="
               scope.row.isTeShu == '1' &&
-              scope.row.peopleoneState != '1' &&
-              scope.row.shenpijiedian != '3' &&
+              scope.row.shenpijiedian != '2' &&
               scope.row.yingjicaozuoren != 'oneji'
             "
+            style="display: inline-block"
           >
             <!-- 1 -->
             <el-button
@@ -317,7 +317,10 @@
               >特殊审批</el-button
             >
           </div>
-          <div v-if="scope.row.status == '1' && scope.row.isCaoZuo == '0'">
+          <div
+            v-if="scope.row.status == '1' && scope.row.isCaoZuo == '0'"
+            style="display: inline-block"
+          >
             <!-- 1 -->
             <el-button
               size="btc"
@@ -1601,12 +1604,11 @@ export default {
 }
 /* 审批按钮样式 */
 ::v-deep .el-table_1_column_18 .cell {
-  display: flex !important;
+  /* display: flex !important; */
   margin-top: 10px;
 }
 .box {
   background-color: #ffba00 !important;
 }
-
 </style>