zxz 3 년 전
부모
커밋
b9ee256590
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  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`"