WXL (wul)
13 小时以前 64aba591ee30c2c31953a852fe6a95db79fc0070
src/views/complaint/complaintlist/index.vue
@@ -80,7 +80,6 @@
          <el-col :span="1.5">
            <el-button
              type="primary"
              plain
              icon="el-icon-plus"
              size="medium"
              @click="handleAdd"
@@ -91,7 +90,6 @@
          <el-col :span="1.5">
            <el-button
              type="success"
              plain
              icon="el-icon-edit"
              size="medium"
              :disabled="single"
@@ -152,6 +150,7 @@
            align="center"
            key="userName"
            prop="userName"
            width="100"
            :show-overflow-tooltip="true"
          />
          <el-table-column
@@ -159,9 +158,10 @@
            align="center"
            key="types"
            prop="types"
            width="100"
          />
          <el-table-column
            label="性别"
            label="性别"width="100"
            align="center"
            key="nickName"
            prop="nickName"
@@ -204,7 +204,7 @@
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.createTime) }}</span>
            </template>
          </el-table-column>
          <el-table-column
@@ -214,7 +214,7 @@
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.createTime) }}</span>
            </template>
          </el-table-column>
          <el-table-column
@@ -224,7 +224,7 @@
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.createTime) }}</span>
            </template>
          </el-table-column>
          <el-table-column