WXL
2025-08-07 6f1e7a63fa6afc261ba2247bf1d56f59dbb9f4c9
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>