WXL (wul)
7 天以前 0db5b7d7779c0ef677c3f20072f275fec6a99da5
src/views/system/role/selectUser.vue
@@ -37,7 +37,7 @@
        </el-table-column>
        <el-table-column label="创建时间" align="center" prop="createTime" width="180">
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.createTime) }}</span>
          </template>
        </el-table-column>
      </el-table>