MrShi
11 小时以前 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c
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>