loulijun2021
2022-07-11 9b825939b7f0a7439d704b379812362dd95697fc
src/views/jcsz/zzjg.vue
@@ -48,7 +48,7 @@
          stripe
          :style="{width: 100+'%',height:tableHeight+'px'}"
          highlight-current-row
          :height="tableHeight"
          :height="tableHeight+'px'"
          :header-cell-style="this.$headerCellStyle"
          :cell-style="this.$cellStyle"
          @sort-change="sortChange"
@@ -90,7 +90,12 @@
            prop="parentorg_name"
            label="上级单位"
            sortable="custom"
          />
          >
            <template slot-scope="{row}">
              <div v-if="row.parentorg_name===null">/</div>
              <div v-else>{{ row.parentorg_name }}</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="lm_user"
            label="创建人员"