|
|
|
@ -202,25 +202,25 @@
|
|
|
|
|
<!-- <span>{{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }}</span>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<!-- </el-table-column>--> |
|
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<el-button |
|
|
|
|
v-if=" scope.row.state === 0" |
|
|
|
|
size="mini" |
|
|
|
|
type="text" |
|
|
|
|
@click="paradrop(scope.row)" |
|
|
|
|
v-hasPermi="['wjnft:information:edit']" |
|
|
|
|
>空投</el-button> |
|
|
|
|
<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">--> |
|
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
|
<!-- <el-button--> |
|
|
|
|
<!-- v-if=" scope.row.state === 1"--> |
|
|
|
|
<!-- v-if=" scope.row.state === 0"--> |
|
|
|
|
<!-- size="mini"--> |
|
|
|
|
<!-- type="text"--> |
|
|
|
|
<!-- icon="el-icon-delete"--> |
|
|
|
|
<!-- @click="handleDelete(scope.row)"--> |
|
|
|
|
<!-- v-hasPermi="['wjnft:information:remove']"--> |
|
|
|
|
<!-- >修改</el-button>--> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<!-- @click="paradrop(scope.row)"--> |
|
|
|
|
<!-- v-hasPermi="['wjnft:information:edit']"--> |
|
|
|
|
<!-- >空投</el-button>--> |
|
|
|
|
<!--<!– <el-button–>--> |
|
|
|
|
<!--<!– v-if=" scope.row.state === 1"–>--> |
|
|
|
|
<!--<!– size="mini"–>--> |
|
|
|
|
<!--<!– type="text"–>--> |
|
|
|
|
<!--<!– icon="el-icon-delete"–>--> |
|
|
|
|
<!--<!– @click="handleDelete(scope.row)"–>--> |
|
|
|
|
<!--<!– v-hasPermi="['wjnft:information:remove']"–>--> |
|
|
|
|
<!--<!– >修改</el-button>–>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<!-- </el-table-column>--> |
|
|
|
|
</el-table> |
|
|
|
|
|
|
|
|
|
<pagination |
|
|
|
|