소스 검색

删除重复的修改按钮

xuefy 4 년 전
부모
커밋
b89d0ce7b1
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 8
      front-vue/src/views/service/credit/credit.vue

+ 1 - 8
front-vue/src/views/service/credit/credit.vue

@@ -171,7 +171,7 @@
             @click="handleDetail(scope.row)"
             v-hasPermi="['credit:credit:query']"
           >详情</el-button>
-        <!--    <el-button
+           <el-button
             size="mini"
             type="text"
             icon="el-icon-edit"
@@ -183,13 +183,6 @@
                   ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null'))
                   ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '03')
                   ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '03')"
-          >修改</el-button> -->
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-edit"
-            @click="handleUpdate(scope.row)"
-            v-hasPermi="['credit:credit:update']"
           >修改</el-button>
            <el-button
             size="mini"