Ver código fonte

注释简历审核

yuan 5 meses atrás
pai
commit
2c8f4ecba0
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/views/universalMission/carBrandList.vue

+ 4 - 4
src/views/universalMission/carBrandList.vue

@@ -224,8 +224,8 @@
 			</el-table-column>
 			<!-- <el-table-column prop="address" label="家庭住址" width="160">
 			</el-table-column> -->
-			<el-table-column prop="auditContent" label="审核内容" width="160">
-			</el-table-column>
+			<!-- <el-table-column prop="auditContent" label="审核内容" width="160">
+			</el-table-column> -->
 			<el-table-column prop="createTime" label="创建时间" width="160">
 			</el-table-column>
 			<el-table-column prop="updateTime" label="更新时间" width="160">
@@ -268,7 +268,7 @@
 			</el-table-column>
 			<el-table-column fixed='right' label="操作" width="180">
 				<template slot-scope="scope">
-					<el-button size="mini" type="warning"
+					<!-- <el-button size="mini" type="warning"
 						:disabled="scope.row.status != 1 || !isAuth('carBrandList:jujue')"
 						@click="refuseClick(scope.row)" style="margin: 5px;">
 						拒绝
@@ -277,7 +277,7 @@
 						:disabled="scope.row.status != 1 || !isAuth('carBrandList:tongguo')"
 						@click="passClicks(scope.row)" style="margin: 5px;">
 						通过
-					</el-button>
+					</el-button> -->
 					<!-- <el-button size="mini" type="primary" :disabled="!isAuth('carBrandList:update')" @click="updateClicks(scope.row)" style="margin: 5px;">
 						修改
 					</el-button> -->