doum
11 小时以前 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9
admin/src/components/business/OperaGoodsBrandWindow.vue
@@ -1,6 +1,7 @@
<template>
  <GlobalAlertWindow
  <GlobalWindow
    :title="title"
    width="500px"
    :visible.sync="visible"
    :confirm-working="isWorking"
    @confirm="confirm"
@@ -31,16 +32,16 @@
      </el-form-item>
    </el-form>
  </GlobalAlertWindow>
  </GlobalWindow>
</template>
<script>
import BaseOpera from '@/components/base/BaseOpera'
import GlobalAlertWindow from '@/components/common/GlobalAlertWindow'
import GlobalWindow from '@/components/common/GlobalWindow'
export default {
  name: 'OperaProductLabelWindow',
  extends: BaseOpera,
  components: { GlobalAlertWindow },
  components: { GlobalWindow },
  data () {
    return {
      // 表单数据