zouyu
2023-12-19 0801a4799469fb7474b4d0714e934405fe284218
src/views/basic/company/company-form.vue
@@ -38,7 +38,7 @@
        </el-col>
      </el-row>
      <el-row>
      <!-- <el-row>
        <el-col :span="12">
          <el-form-item label="logo中文" prop="iconNameCn" label-width="100px">
            <el-input
@@ -55,7 +55,7 @@
            ></el-input>
          </el-form-item>
        </el-col>
      </el-row>
      </el-row> -->
      <el-tabs v-model="showAllVisible" type="card" style="margin-top: 20px">
        <!--地址页面-->
@@ -191,7 +191,7 @@
            </el-table-column>
          </el-table>
        </el-tab-pane>
        <el-tab-pane label="logo" name="third">
        <!-- <el-tab-pane label="logo" name="third">
          <el-upload
            class="upload-demo"
            action="/mes/company/upload"
@@ -211,7 +211,7 @@
              只能上传png图片,且不超过2MB,像素为220*60
            </div>
          </el-upload>
        </el-tab-pane>
        </el-tab-pane> -->
      </el-tabs>
    </el-form>
    <span slot="footer" class="dialog-footer">
@@ -377,6 +377,7 @@
                this.$emit('refreshDataList')
              })
            }
            this.isSubmit = false
          } else {
            this.isSubmit = false
          }