init
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user