|
@@ -83,7 +83,7 @@
|
|
|
scope.row.handleChange == '00' &&
|
|
scope.row.handleChange == '00' &&
|
|
|
company.scyId == '000000'
|
|
company.scyId == '000000'
|
|
|
">确认变更经办人</el-button>
|
|
">确认变更经办人</el-button>
|
|
|
- <el-button v-if="scope.row.userId !== 1" class="zap-button-confirmation" size="mini" type="text" @click="handleDelete(scope.row)" v-hasPermi="['system:user:remove']">删除</el-button>
|
|
|
|
|
|
|
+ <el-button v-if="scope.row.userId !== 1 && scope.row.sucrHandler == '0'" class="zap-button-confirmation" size="mini" type="text" @click="handleDelete(scope.row)" v-hasPermi="['system:user:remove']">删除</el-button>
|
|
|
<el-button v-if="scope.row.status == '0'" class="zap-button-plain" size="mini" type="text" @click="handleResetPwd(scope.row)" v-hasPermi="['system:user:resetPwd']">重置</el-button>
|
|
<el-button v-if="scope.row.status == '0'" class="zap-button-plain" size="mini" type="text" @click="handleResetPwd(scope.row)" v-hasPermi="['system:user:resetPwd']">重置</el-button>
|
|
|
<el-button v-if="scope.row.status != '0'" class="zap-button-primary" size="mini" type="text" @click="handleStatusChange(scope.row)" v-hasPermi="['system:user:statusChange']">解冻</el-button>
|
|
<el-button v-if="scope.row.status != '0'" class="zap-button-primary" size="mini" type="text" @click="handleStatusChange(scope.row)" v-hasPermi="['system:user:statusChange']">解冻</el-button>
|
|
|
</template>
|
|
</template>
|