liuchengxin
2022-06-06 4001279159dd37942b3cf4c83ab537f95832a82d
src/views/construction/system/index.vue
@@ -70,17 +70,17 @@
          <span>{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}</span>
        </template>
      </el-table-column>
      <el-table-column label="软件名称" align="center" min-width="180" prop="name"/>
      <el-table-column label="版本" min-width="180" align="center" prop="edition"/>
      <el-table-column label="授权方式" min-width="180" align="center" prop="authorizationMethod_dictText"/>
      <el-table-column label="授权数量" min-width="180" align="center" prop="authorizedQuantity"/>
      <el-table-column label="载体服务器" align="center" width="180" prop="serverId_dictText">
      <el-table-column label="软件名称" align="center" min-width="180" prop="name" show-overflow-tooltip/>
      <el-table-column label="版本" min-width="180" align="center" prop="edition" show-overflow-tooltip/>
      <el-table-column label="授权方式" min-width="180" align="center" prop="authorizationMethod_dictText" show-overflow-tooltip/>
      <el-table-column label="授权数量" min-width="180" align="center" prop="authorizedQuantity" show-overflow-tooltip/>
      <el-table-column label="载体服务器" align="center" width="180" prop="serverId_dictText" show-overflow-tooltip>
        <template slot-scope="scope">
          <el-link type="primary" @click="serverClick(scope.row)">{{scope.row.serverId_dictText}}</el-link>
        </template>
      </el-table-column>
      <el-table-column label="生产厂商" min-width="220" align="center" prop="manufacturerId_dictText"/>
      <el-table-column label="功能描述" min-width="180" align="center" prop="functionDescription"/>
      <el-table-column label="生产厂商" min-width="220" align="center" prop="manufacturerId_dictText" show-overflow-tooltip/>
      <el-table-column label="功能描述" min-width="180" align="center" prop="functionDescription" show-overflow-tooltip/>
<!--      <el-table-column label="施工批次" min-width="180" align="center" prop="constructionBatchId_dictText"/>-->
<!--      <el-table-column label="备注" align="center" min-width="180" prop="remarks"/>-->
      <el-table-column label="操作" align="center" fixed="right" width="220" class-name="small-padding fixed-width">
@@ -142,7 +142,7 @@
          </el-col>
        </el-row>
        <el-form-item label="功能描述" prop="functionDescription">
          <el-input v-model="form.functionDescription" :rows="8" maxlength="512" show-word-limit type="textarea"
          <el-input v-model="form.functionDescription" :rows="3" maxlength="512" show-word-limit type="textarea"
                    placeholder="请输入内容"/>
        </el-form-item>
        <el-row>
@@ -193,7 +193,7 @@
          <el-input v-model="form.address" maxlength="512" show-word-limit placeholder="请输入内容"/>
        </el-form-item>
        <el-form-item label="备注" prop="remarks">
          <el-input v-model="form.remarks" :rows="8" maxlength="512" show-word-limit type="textarea" placeholder="请输入内容"/>
          <el-input v-model="form.remarks" :rows="3" maxlength="512" show-word-limit type="textarea" placeholder="请输入内容"/>
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">