zxz %!s(int64=3) %!d(string=hai) anos
pai
achega
b9ee256590
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  1. 6 4
      src/views/platformaudit/grainPulseDynamic.vue

+ 6 - 4
src/views/platformaudit/grainPulseDynamic.vue

@@ -79,11 +79,13 @@
           </template>
         </el-table-column>
         <el-table-column prop="address" label="审核">
+          <!-- class="record"
+           class="record" -->
           <template slot-scope="scope">
             <el-button
               size="medium"
-              type="text"
-              class="record"
+              type="danger"
+              
               v-if="scope.row.statusFlag == 1"
               v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
               @click="rejectList(scope.row)"
@@ -91,8 +93,8 @@
             >
             <el-button
               size="medium"
-              type="text"
-              class="record"
+              type="primary"
+             
               v-if="scope.row.statusFlag == 1"
               @click="adoptOut(scope.row)"
               v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"