|
|
@ -28,7 +28,6 @@ |
|
|
</PromptText> |
|
|
</PromptText> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ele-item"> |
|
|
<div class="ele-item"> |
|
|
<label for="">实时预览外层嵌套</label> |
|
|
<label for="">实时预览外层嵌套</label> |
|
|
<!-- 默认 显示电脑端、手机端 --> |
|
|
<!-- 默认 显示电脑端、手机端 --> |
|
|
@ -126,6 +125,8 @@ |
|
|
'0' ? '单元格局中' : '单元格局中' }}</span> |
|
|
'0' ? '单元格局中' : '单元格局中' }}</span> |
|
|
<svg-icon :size="16" :path="require('@/assets/register/tableEdit.svg')" |
|
|
<svg-icon :size="16" :path="require('@/assets/register/tableEdit.svg')" |
|
|
:color="'#8A9099'" :hoverColor="'#006AFF'" /> |
|
|
:color="'#8A9099'" :hoverColor="'#006AFF'" /> |
|
|
|
|
|
<!-- <SvgIcon1 :iconPath="require(`@/assets/register/tableEdit.svg`)" defaultColor="#8A9099" :size="16" |
|
|
|
|
|
activeColor="#006AFF" /> --> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</GuipToolTip> |
|
|
</GuipToolTip> |
|
|
@ -214,6 +215,7 @@ |
|
|
<label for="">输入框:</label> |
|
|
<label for="">输入框:</label> |
|
|
<GuipInput ref="GuipInput" v-model="form.input1" width="200px" height="30px" |
|
|
<GuipInput ref="GuipInput" v-model="form.input1" width="200px" height="30px" |
|
|
placeholder="这是自定义默认提示语" /> |
|
|
placeholder="这是自定义默认提示语" /> |
|
|
|
|
|
<GuipInput ref="GuipInput" width="200px" label="售价" placeholder="请输入售价" unit="元"></GuipInput> |
|
|
|
|
|
|
|
|
<div style="width: 20px;height: 10px;"></div> |
|
|
<div style="width: 20px;height: 10px;"></div> |
|
|
|
|
|
|
|
|
@ -493,6 +495,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
</CustomDropdown> |
|
|
</CustomDropdown> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<SvgIcon1 :iconPath="require(`@/assets/menu/home-bread.svg`)" defaultColor="#8A9099" :size="16" activeColor="#006AFF"/> |
|
|
|
|
|
|
|
|
<el-button type="primary" @click="submitForm">Submit</el-button> |
|
|
<el-button type="primary" @click="submitForm">Submit</el-button> |
|
|
|
|
|
|
|
|
@ -556,8 +559,8 @@ |
|
|
</template> |
|
|
</template> |
|
|
</GuipToolTip> |
|
|
</GuipToolTip> |
|
|
<GuipToolTip placement="bottom" effect="light" content="点击进入编辑"> |
|
|
<GuipToolTip placement="bottom" effect="light" content="点击进入编辑"> |
|
|
<svg-icon :path="require('@/assets/register/tableEdit.svg')" :color="'#8A9099'" |
|
|
<SvgIcon1 :iconPath="require(`@/assets/register/tableEdit.svg`)" defaultColor="#8A9099" :size="16" |
|
|
:hoverColor="'#006AFF'" /> |
|
|
activeColor="#006AFF" /> |
|
|
</GuipToolTip> |
|
|
</GuipToolTip> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
@ -600,41 +603,43 @@ |
|
|
|
|
|
|
|
|
import { rules } from "../assets/vabForm"; |
|
|
import { rules } from "../assets/vabForm"; |
|
|
import CustomDropdown from '@/components/CustomDropdown.vue'; |
|
|
import CustomDropdown from '@/components/CustomDropdown.vue'; |
|
|
import GuipSwitch from '@/components/GuipSwitch.vue'; |
|
|
// import GuipSwitch from '@/components/GuipSwitch.vue'; |
|
|
import GuipDialog from '@/components/GuipDialog.vue'; |
|
|
// import GuipDialog from '@/components/GuipDialog.vue'; |
|
|
import GuipRadio from '@/components/GuipRadio.vue'; |
|
|
// import GuipRadio from '@/components/GuipRadio.vue'; |
|
|
import GuipButton from '@/components/GuipButton.vue'; |
|
|
// import GuipButton from '@/components/GuipButton.vue'; |
|
|
import GuipInput from '@/components/GuipInput.vue'; |
|
|
// import { GuipButton } from '@zhicheng1012/zhicheng-components' |
|
|
import GuipSelect from '@/components/GuipSelect.vue'; |
|
|
// import GuipInput from '@/components/GuipInput.vue'; |
|
|
import GuipTable from '@/components/GuipTable.vue'; |
|
|
// import GuipSelect from '@/components/GuipSelect.vue'; |
|
|
import GuipTextarea from '@/components/GuipTextarea.vue' |
|
|
// import GuipTable from '@/components/GuipTable.vue'; |
|
|
import GuipToolTip from '@/components/GuipToolTip.vue' |
|
|
// import GuipTextarea from '@/components/GuipTextarea.vue' |
|
|
|
|
|
// import GuipToolTip from '@/components/GuipToolTip.vue' |
|
|
import HoverButton from '@/components/HoverButton.vue' |
|
|
import HoverButton from '@/components/HoverButton.vue' |
|
|
import GuipFormItem from '@/components/GuipFormItem.vue' |
|
|
// import GuipFormItem from '@/components/GuipFormItem.vue' |
|
|
import SvgIcon from '@/components/SvgIcon.vue'; |
|
|
// import SvgIcon from '@/components/SvgIcon.vue'; |
|
|
import PromptText from "@/components/PromptText.vue"; |
|
|
// import PromptText from "@/components/PromptText.vue"; |
|
|
import DevicePreview from "@/components/PreviewTab.vue"; |
|
|
// import DevicePreview from "@/components/PreviewTab.vue"; |
|
|
import domainBind from "@/components/domainBind.vue"; |
|
|
import domainBind from "@/components/domainBind.vue"; |
|
|
|
|
|
// import SvgIcon1 from "@/components/SvgIcon1.vue"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: 'HomeView', |
|
|
name: 'HomeView', |
|
|
components: { |
|
|
components: { |
|
|
|
|
|
// PromptText, |
|
|
domainBind, |
|
|
domainBind, |
|
|
PromptText, |
|
|
// GuipTextarea, |
|
|
GuipTextarea, |
|
|
// GuipTable, |
|
|
GuipTable, |
|
|
// GuipSwitch, |
|
|
GuipSwitch, |
|
|
// GuipDialog, |
|
|
GuipDialog, |
|
|
// GuipRadio, |
|
|
GuipRadio, |
|
|
// GuipButton, |
|
|
GuipButton, |
|
|
// GuipInput, |
|
|
GuipInput, |
|
|
// GuipSelect, |
|
|
GuipSelect, |
|
|
// GuipToolTip, |
|
|
GuipToolTip, |
|
|
|
|
|
HoverButton, |
|
|
HoverButton, |
|
|
SvgIcon, |
|
|
// SvgIcon, |
|
|
GuipFormItem, |
|
|
// GuipFormItem, |
|
|
DevicePreview, |
|
|
// DevicePreview, |
|
|
CustomDropdown |
|
|
CustomDropdown |
|
|
}, |
|
|
}, |
|
|
data() { |
|
|
data() { |
|
|
@ -977,6 +982,13 @@ export default { |
|
|
mounted() { |
|
|
mounted() { |
|
|
this.getList(); |
|
|
this.getList(); |
|
|
this.getStagePurchase() |
|
|
this.getStagePurchase() |
|
|
|
|
|
// console.log(this.$Message,'=$Message----'); |
|
|
|
|
|
// this.$Message.success('测试消息') |
|
|
|
|
|
this.$Message({ |
|
|
|
|
|
message: '这是一条普通消息', |
|
|
|
|
|
type: 'info', |
|
|
|
|
|
duration: 3000 |
|
|
|
|
|
}) |
|
|
// this.$loadingFn.show() |
|
|
// this.$loadingFn.show() |
|
|
// setInterval(()=>{ |
|
|
// setInterval(()=>{ |
|
|
// this.$loadingFn.hide() |
|
|
// this.$loadingFn.hide() |
|
|
@ -1306,6 +1318,7 @@ export default { |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
|
|
|
.elementWrap { |
|
|
.elementWrap { |
|
|
/* width: 100%; */ |
|
|
/* width: 100%; */ |
|
|
padding: 30px 40px; |
|
|
padding: 30px 40px; |
|
|
|