WXL
2024-01-04 f93cb40b76468c6f1063081a3be16027d69b4832
src/views/repositoryai/templateku/index.vue
@@ -210,7 +210,7 @@
              >
                <template slot-scope="scope">
                  <div v-if="scope.row.deptNames">
                    <span v-for="item in scope.row.deptNames.split(",")"
                    <span v-for="item in scope.row.deptNames.split(',')"
                      >{{ item }}
                    </span>
                  </div>
@@ -227,13 +227,13 @@
              >
                <template slot-scope="scope" >
                  <div v-if="scope.row.labelInfo">
                    <span v-for="item in JSON.parse(scope.row.labelInfo)"
                      >{{ item.tagname }}</span>
                    <span v-for="item in JSON.parse(scope.row.labelInfo)">{{
                      item.tagname
                    }}</span>
                  </div>
                  <div v-else>
                    <span>无</span>
                  </div>
                  </span>
                </template>
              </el-table-column>
              <el-table-column
@@ -246,7 +246,9 @@
              >
                <template slot-scope="scope"  >
                  <div v-if="scope.row.campus">
                    <span v-for="item in JSON.parse(scope.row.campus)">{{ item.label }} </span>
                    <span v-for="item in JSON.parse(scope.row.campus)"
                      >{{ item.label }}
                    </span>
                  </div>
                  <div v-else>
                    <span>无</span>