WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
src/views/repositoryai/matching/index.vue
@@ -137,6 +137,7 @@
          <el-table-column
            label="姓名"
          width="100"
            align="center"
            key="userName"
            prop="userName"
@@ -207,7 +208,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