|
|
|
@ -50,7 +50,7 @@ |
|
|
|
icon="el-icon-plus" |
|
|
|
size="mini" |
|
|
|
@click="handleAdd" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:add']" |
|
|
|
v-hasPermi="['img:profit:add']" |
|
|
|
>新增</el-button> |
|
|
|
</el-col> |
|
|
|
<el-col :span="1.5"> |
|
|
|
@ -61,7 +61,7 @@ |
|
|
|
size="mini" |
|
|
|
:disabled="multiple" |
|
|
|
@click="handleDelete" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:remove']" |
|
|
|
v-hasPermi="['img:profit:delete']" |
|
|
|
>删除</el-button> |
|
|
|
</el-col> |
|
|
|
<el-col :span="1.5"> |
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
icon="el-icon-sort" |
|
|
|
size="mini" |
|
|
|
@click="handleTrans" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:trans']" |
|
|
|
v-hasPermi="['img:profit:trans']" |
|
|
|
>转入钱包</el-button> |
|
|
|
</el-col> |
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> |
|
|
|
@ -128,7 +128,7 @@ |
|
|
|
type="text" |
|
|
|
icon="el-icon-plus" |
|
|
|
@click="handleVerify(scope.row)" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:verify']" |
|
|
|
v-hasPermi="['img:profit:verify']" |
|
|
|
>审核</el-button> |
|
|
|
<el-button |
|
|
|
v-if="scope.row.verifyStatus === '0'" |
|
|
|
@ -136,14 +136,14 @@ |
|
|
|
type="text" |
|
|
|
icon="el-icon-edit" |
|
|
|
@click="handleUpdate(scope.row)" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:edit']" |
|
|
|
v-hasPermi="['img:profit:edit']" |
|
|
|
>修改</el-button> |
|
|
|
<el-button |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
icon="el-icon-delete" |
|
|
|
@click="handleDelete(scope.row)" |
|
|
|
v-hasPermi="['img:profitVerifyOrder:remove']" |
|
|
|
v-hasPermi="['img:profit:delete']" |
|
|
|
>删除</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|