WXL
2025-08-08 a7a20b25cfbea950e609f95ca2fae80b1ec2c4bf
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>