doum
2 天以前 96716535161f5818ebe7ed9dd477802cef52e9e5
admin/src/components/business/OperaLabelsWindow.vue
@@ -6,7 +6,7 @@
    :confirm-working="isWorking"
    @confirm="confirm"
  >
    <el-form :model="form" ref="form" :rules="rules" label-width="120px" label-suffix=":"  inline>
    <el-form :model="form" ref="form" :rules="rules" label-width="120px" label-suffix=":"  >
      <el-form-item label="所属板块" prop="type">
        <el-select
          v-model="form.type"
@@ -80,7 +80,7 @@
    uploadAvatarSuccess(file) {
      this.form.imgurl = file.imgurl;
      this.form.imgurlfull = file.imgurlfull;
    },
    }
  },
}
</script>