南昌市物联网技防平台-前端
zengh
2021-02-02 7ab21dcbd9ac533d8478f2bcb24f5ac9e61dce40
客户列表
1 files modified
26 ■■■■■ changed files
src/views/clientManagement/clientManagement.vue 26 ●●●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue
@@ -51,11 +51,13 @@
            </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>
@@ -226,13 +228,6 @@
              addDisplay:false,
              editDisplay:false,
            }, {
              label: "缴费状态",
              prop: "jfzt",
              width: 100,
              addDisplay:false,
              editDisplay:false,
              slot: true,
            }, {
              label: "缴费信息",
              prop: "pay",
            }, {
@@ -251,21 +246,22 @@
              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
            },