This commit is contained in:
张良(004796)
2024-01-22 17:38:24 +08:00
parent d685788972
commit d79df86da3
14 changed files with 30 additions and 24 deletions

View File

@@ -50,6 +50,7 @@
icon="el-icon-edit"
size="mini"
:disabled="multiple"
v-hasPermi="['cai:accountCash:edit']"
@click="handleBatchSuccess"
>批量通过</el-button>
</el-col>
@@ -91,18 +92,21 @@
type="text"
@click="handleSuccess(scope.row)"
v-if="scope.row.status === 1"
v-hasPermi="['cai:accountCash:edit']"
>通过</el-button>
<el-button
size="mini"
type="text"
@click="handleFail(scope.row)"
v-if="scope.row.status === 1"
v-hasPermi="['cai:accountCash:edit']"
>不通过</el-button>
<el-button
size="mini"
type="text"
@click="handleClose(scope.row)"
v-if="scope.row.status === 1"
v-hasPermi="['cai:accountCash:edit']"
>取消</el-button>
</template>
</el-table-column>