| | |
| | | </el-tag> |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="jfzt"> |
| | | <el-tag>{{ |
| | | row.type == "0" ? "已缴费" : row.type == "1" ? "待缴费" : "无" |
| | | <template slot-scope="{ row }" slot="expireTime"> |
| | | <span> |
| | | {{ |
| | | row.expireTime |
| | | }} |
| | | </el-tag> |
| | | </span> |
| | | <i class="el-icon-warning" v-if="row.type == 1"></i> |
| | | </template> |
| | | |
| | | </avue-crud> |
| | |
| | | addDisplay:false, |
| | | editDisplay:false, |
| | | }, { |
| | | label: "缴费状态", |
| | | prop: "jfzt", |
| | | width: 100, |
| | | addDisplay:false, |
| | | editDisplay:false, |
| | | slot: true, |
| | | }, { |
| | | label: "缴费信息", |
| | | prop: "pay", |
| | | }, { |
| | |
| | | label: "安装时间", |
| | | prop: "stime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | width: 130 |
| | | }, { |
| | | label: "到期时间", |
| | | prop: "expireTime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | slot: true, |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | width: 130 |
| | | width: 150 |
| | | }, { |
| | | label: "最后上传时间", |
| | | prop: "heartbeat", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | width: 130 |
| | | }, |