|
@@ -29,20 +29,21 @@
|
|
@change='getTableList'
|
|
@change='getTableList'
|
|
:hideClear='true'
|
|
:hideClear='true'
|
|
></Select>
|
|
></Select>
|
|
-
|
|
|
|
- <TreeSelect
|
|
|
|
- title='已选项'
|
|
|
|
- caption='说明书位置:'
|
|
|
|
- tipPlace='top'
|
|
|
|
- width='200'
|
|
|
|
- style='margin:0 0 0 12px'
|
|
|
|
- :returnParentNode='false'
|
|
|
|
- :isShowAllChoice='true'
|
|
|
|
- :choseArea='true'
|
|
|
|
- :lastStage='true'
|
|
|
|
- :data='positionSelect'
|
|
|
|
- @change='treeConfirmPosition'
|
|
|
|
- />
|
|
|
|
|
|
+ <span class='instructions'>
|
|
|
|
+ <TreeSelect
|
|
|
|
+ title='已选项'
|
|
|
|
+ caption='说明书位置:'
|
|
|
|
+ tipPlace='top'
|
|
|
|
+ width='220'
|
|
|
|
+ style='margin:0 0 0 12px'
|
|
|
|
+ :returnParentNode='false'
|
|
|
|
+ :isShowAllChoice='true'
|
|
|
|
+ :choseArea='true'
|
|
|
|
+ :lastStage='true'
|
|
|
|
+ :data='positionSelect'
|
|
|
|
+ @change='treeConfirmPosition'
|
|
|
|
+ />
|
|
|
|
+ </span>
|
|
<span class='device-position'>
|
|
<span class='device-position'>
|
|
<TreeSelect
|
|
<TreeSelect
|
|
caption='专业/设备、位置类型:'
|
|
caption='专业/设备、位置类型:'
|
|
@@ -70,19 +71,20 @@
|
|
@change='treeConfirmMajor'
|
|
@change='treeConfirmMajor'
|
|
:hideClear='true'
|
|
:hideClear='true'
|
|
/>-->
|
|
/>-->
|
|
-
|
|
|
|
- <TreeSelect
|
|
|
|
- caption='铺位可视化:'
|
|
|
|
- tipPlace='top'
|
|
|
|
- width='250'
|
|
|
|
- :returnParentNode='false'
|
|
|
|
- :isShowAllChoice='true'
|
|
|
|
- :choseArea='true'
|
|
|
|
- :data='typeVisualization'
|
|
|
|
- @change='treeConfirm'
|
|
|
|
- :lastStage='true'
|
|
|
|
- @focusChange='focusChange'
|
|
|
|
- />
|
|
|
|
|
|
+ <span class='visualization'>
|
|
|
|
+ <TreeSelect
|
|
|
|
+ caption='铺位可视化:'
|
|
|
|
+ tipPlace='top'
|
|
|
|
+ width='250'
|
|
|
|
+ :returnParentNode='false'
|
|
|
|
+ :isShowAllChoice='true'
|
|
|
|
+ :choseArea='true'
|
|
|
|
+ :data='typeVisualization'
|
|
|
|
+ @change='treeConfirm'
|
|
|
|
+ :lastStage='true'
|
|
|
|
+ @focusChange='focusChange'
|
|
|
|
+ />
|
|
|
|
+ </span>
|
|
<Select
|
|
<Select
|
|
width='150'
|
|
width='150'
|
|
tipPlace='top'
|
|
tipPlace='top'
|
|
@@ -606,9 +608,23 @@ export default {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
.device-position {
|
|
.device-position {
|
|
- /deep/ .p-date-picker-caption {
|
|
|
|
|
|
+ /deep/ .p-select-input-caption {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 250px !important;
|
|
|
|
+ max-width: 250px !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .instructions {
|
|
|
|
+ /deep/ .p-select-input-caption {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 100px !important;
|
|
|
|
+ max-width: 200px !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .visualization {
|
|
|
|
+ /deep/ .p-select-input-caption {
|
|
display: block;
|
|
display: block;
|
|
- width: 200px !important;
|
|
|
|
|
|
+ width: 100px !important;
|
|
max-width: 200px !important;
|
|
max-width: 200px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|