|
|
@@ -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"
|