WXL (wul)
5 小时以前 ae8535b861f9177508d9e5493e0fe9e47978c915
src/views/repositoryai/matching/index.vue
@@ -84,7 +84,7 @@
              size="medium"
              :disabled="single"
              @click="handleUpdate"
              v-hasPermi="['system:user:edit']"
              >修改</el-button
            >
          </el-col>
@@ -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
@@ -223,7 +224,7 @@
                icon="el-icon-edit"
                class="icon-edit"
                @click="Referencequestion(scope.row)"
                v-hasPermi="['system:user:edit']"
                >编辑话术</el-button
              >
              <el-button
@@ -232,7 +233,7 @@
                icon="el-icon-s-claim"
                class="icon-s-claim"
                @click="handleUpdate(scope.row)"
                v-hasPermi="['system:user:edit']"
                >测试匹配</el-button
              >
            </template>