| | |
| | | </el-tag> |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="jfzt"> |
| | | <i class="el-icon-check client-jf" v-if="row.type == 0"></i> |
| | | <i class="el-icon-close client-qf" v-else-if="row.type == 1"></i> |
| | | </template> |
| | | <!-- <template slot-scope="{ row }" slot="jfzt">--> |
| | | <!-- <i class="el-icon-check client-jf" v-if="row.type == 0"></i>--> |
| | | <!-- <i class="el-icon-close client-qf" v-else-if="row.type == 1"></i>--> |
| | | <!-- </template>--> |
| | | |
| | | </avue-crud> |
| | | |
| | |
| | | trigger: "click" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "到期时间", |
| | | prop: "releaseTimeRange", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd", |
| | | searchRange: true, |
| | | searchSpan: 6, |
| | | hide: true, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | viewDisplay: false, |
| | | search: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请输入时间", |
| | | trigger: "blur" |
| | | } |
| | | ] |
| | | } |
| | | , |
| | | { |
| | |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, { |
| | | label: "缴费状态", |
| | | prop: "jfzt", |
| | | slot: true, |
| | | align: "center", |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | }, { |
| | | label: "布撤防状态", |
| | | align: "center", |
| | |
| | | prop: "street", |
| | | width: 200 |
| | | }, { |
| | | label: "到期时间", |
| | | prop: "expireTime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | width: 130 |
| | | }, { |
| | | label: "缴费信息", |
| | | prop: "pay", |
| | | }, { |
| | | label: "安装时间", |
| | | prop: "stime", |
| | | type: "datetime", |
| | |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | width: 130 |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | data: [] |