Răsfoiți Sursa

指定人员审核

张佳燕 1 an în urmă
părinte
comite
32d2583b5b
3 a modificat fișierele cu 10 adăugiri și 5 ștergeri
  1. BIN
      back.rar
  2. 2 2
      public/config.js
  3. 8 3
      src/views/audit_authority/index.vue

BIN
back.rar


+ 2 - 2
public/config.js

@@ -1,5 +1,5 @@
 window.g = {
-  // ApiUrl: 'https://tx.hz-hanghui.com:8088/yx-fyzd', //塘栖
-  ApiUrl: 'http://192.168.11.17:9100/yx-fyzd', //塘栖本地
+  ApiUrl: 'https://tx.hz-hanghui.com:8088/yx-fyzd', //塘栖
+  // ApiUrl: 'http://192.168.11.17:9100/yx-fyzd', //塘栖本地
 
 }

+ 8 - 3
src/views/audit_authority/index.vue

@@ -37,6 +37,11 @@
           </el-image>
         </template>
       </el-table-column>
+      <el-table-column label="所属企业" align="center">
+        <template slot-scope="scope">
+          {{ scope.row.userWhitelistLessVO.username | matchNull }}
+        </template>
+      </el-table-column>
       <el-table-column label="姓名" align="center">
         <template slot-scope="scope">
           {{ scope.row.userWhitelistLessVO.name | matchNull }}
@@ -62,7 +67,7 @@
           {{ scope.row.createTime | matchNull }}
         </template>
       </el-table-column>
-      <el-table-column align="center" prop="" label="操作区" width="320">
+      <el-table-column align="center" prop="" label="操作区" width="100">
         <template slot-scope="scope">
           <el-button
             type="danger"
@@ -70,12 +75,12 @@
             @click="deleteUser(scope.row.userWhitelistCheckId)"
             >删除</el-button
           >
-          <el-button
+          <!-- <el-button
             type="primary"
             size="small"
             @click="create('update', scope.row)"
             >编辑</el-button
-          >
+          > -->
         </template>
       </el-table-column>
     </el-table>