Browse Source

移除功能

dev
caoyizhong 3 years ago
parent
commit
0fb7cd3b0d
  1. 32
      src/views/wjnft/information/index.vue
  2. 18
      src/views/wjnft/marketingactivities/index.vue

32
src/views/wjnft/information/index.vue

@ -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>-->
<!--&lt;!&ndash; <el-button&ndash;&gt;-->
<!--&lt;!&ndash; v-if=" scope.row.state === 1"&ndash;&gt;-->
<!--&lt;!&ndash; size="mini"&ndash;&gt;-->
<!--&lt;!&ndash; type="text"&ndash;&gt;-->
<!--&lt;!&ndash; icon="el-icon-delete"&ndash;&gt;-->
<!--&lt;!&ndash; @click="handleDelete(scope.row)"&ndash;&gt;-->
<!--&lt;!&ndash; v-hasPermi="['wjnft:information:remove']"&ndash;&gt;-->
<!--&lt;!&ndash; >修改</el-button>&ndash;&gt;-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table>
<pagination

18
src/views/wjnft/marketingactivities/index.vue

@ -90,12 +90,12 @@
<span v-if="scope.row.state === 3"> 已结束</span>
</template>
</el-table-column>
<el-table-column label="活动作品金额" align="center" prop="money" >
<template slot-scope="scope">
<span v-if="scope.row.money === undefined"></span>
<span v-else>{{ scope.row.money }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="活动作品金额" align="center" prop="money" >-->
<!-- <template slot-scope="scope">-->
<!-- <span v-if="scope.row.money === undefined"></span>-->
<!-- <span v-else>{{ scope.row.money }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="开始时间" align="center" prop="startTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.startTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
@ -173,9 +173,9 @@
<!-- placeholder="选择开始时间">-->
<!-- </el-date-picker>-->
<!-- </el-form-item>-->
<el-form-item label="金额" prop="money">
<el-input v-model="form.money" placeholder="如需金额,请填写" />
</el-form-item>
<!-- <el-form-item label="金额" prop="money">-->
<!-- <el-input v-model="form.money" placeholder="如需金额,请填写" />-->
<!-- </el-form-item>-->
<el-form-item label="开始时间" prop="startTime">
<el-date-picker v-model="form.startTime" type="datetime" placeholder="选择日期"
format="yyyy-MM-dd HH:mm:ss"

Loading…
Cancel
Save