|
|
@ -125,6 +125,8 @@ |
|
|
|
'0' ? '单元格局中' : '单元格局中' }}</span> |
|
|
|
<svg-icon :size="16" :path="require('@/assets/register/tableEdit.svg')" |
|
|
|
:color="'#8A9099'" :hoverColor="'#006AFF'" /> |
|
|
|
<!-- <SvgIcon1 :iconPath="require(`@/assets/register/tableEdit.svg`)" defaultColor="#8A9099" :size="16" |
|
|
|
activeColor="#006AFF" /> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
</GuipToolTip> |
|
|
@ -213,6 +215,7 @@ |
|
|
|
<label for="">输入框:</label> |
|
|
|
<GuipInput ref="GuipInput" v-model="form.input1" width="200px" height="30px" |
|
|
|
placeholder="这是自定义默认提示语" /> |
|
|
|
<GuipInput ref="GuipInput" width="200px" label="售价" placeholder="请输入售价" unit="元"></GuipInput> |
|
|
|
|
|
|
|
<div style="width: 20px;height: 10px;"></div> |
|
|
|
|
|
|
@ -551,8 +554,8 @@ |
|
|
|
</template> |
|
|
|
</GuipToolTip> |
|
|
|
<GuipToolTip placement="bottom" effect="light" content="点击进入编辑"> |
|
|
|
<svg-icon :path="require('@/assets/register/tableEdit.svg')" :color="'#8A9099'" |
|
|
|
:hoverColor="'#006AFF'" /> |
|
|
|
<SvgIcon1 :iconPath="require(`@/assets/register/tableEdit.svg`)" defaultColor="#8A9099" :size="16" |
|
|
|
activeColor="#006AFF" /> |
|
|
|
</GuipToolTip> |
|
|
|
</div> |
|
|
|
|
|
|
@ -595,22 +598,23 @@ |
|
|
|
|
|
|
|
import { rules } from "../assets/vabForm"; |
|
|
|
import CustomDropdown from '@/components/CustomDropdown.vue'; |
|
|
|
import GuipSwitch from '@/components/GuipSwitch.vue'; |
|
|
|
import GuipDialog from '@/components/GuipDialog.vue'; |
|
|
|
// import GuipSwitch from '@/components/GuipSwitch.vue'; |
|
|
|
// import GuipDialog from '@/components/GuipDialog.vue'; |
|
|
|
// import GuipRadio from '@/components/GuipRadio.vue'; |
|
|
|
// import GuipButton from '@/components/GuipButton.vue'; |
|
|
|
// import { GuipButton } from '@zhicheng1012/zhicheng-components' |
|
|
|
// import GuipInput from '@/components/GuipInput.vue'; |
|
|
|
// import GuipSelect from '@/components/GuipSelect.vue'; |
|
|
|
// import GuipTable from '@/components/GuipTable.vue'; |
|
|
|
import GuipTextarea from '@/components/GuipTextarea.vue' |
|
|
|
// import GuipTextarea from '@/components/GuipTextarea.vue' |
|
|
|
// import GuipToolTip from '@/components/GuipToolTip.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 PromptText from "@/components/PromptText.vue"; |
|
|
|
// import DevicePreview from "@/components/PreviewTab.vue"; |
|
|
|
import domainBind from "@/components/domainBind.vue"; |
|
|
|
// import SvgIcon1 from "@/components/SvgIcon1.vue"; |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
@ -618,10 +622,10 @@ export default { |
|
|
|
components: { |
|
|
|
// PromptText, |
|
|
|
domainBind, |
|
|
|
GuipTextarea, |
|
|
|
// GuipTextarea, |
|
|
|
// GuipTable, |
|
|
|
GuipSwitch, |
|
|
|
GuipDialog, |
|
|
|
// GuipSwitch, |
|
|
|
// GuipDialog, |
|
|
|
// GuipRadio, |
|
|
|
// GuipButton, |
|
|
|
// GuipInput, |
|
|
@ -629,7 +633,7 @@ export default { |
|
|
|
// GuipToolTip, |
|
|
|
HoverButton, |
|
|
|
// SvgIcon, |
|
|
|
GuipFormItem, |
|
|
|
// GuipFormItem, |
|
|
|
// DevicePreview, |
|
|
|
CustomDropdown |
|
|
|
}, |
|
|
@ -973,6 +977,13 @@ export default { |
|
|
|
mounted() { |
|
|
|
this.getList(); |
|
|
|
this.getStagePurchase() |
|
|
|
// console.log(this.$Message,'=$Message----'); |
|
|
|
// this.$Message.success('测试消息') |
|
|
|
this.$Message({ |
|
|
|
message: '这是一条普通消息', |
|
|
|
type: 'info', |
|
|
|
duration: 3000 |
|
|
|
}) |
|
|
|
// this.$loadingFn.show() |
|
|
|
// setInterval(()=>{ |
|
|
|
// this.$loadingFn.hide() |
|
|
|