This commit is contained in:
2025-09-24 00:11:21 +08:00
parent 7b023fd07b
commit 45eed8281f
9 changed files with 98 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
<?import javafx.scene.layout.*?>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="com.ecep.contract.manager.ds.customer.controller.CustomerTabSkinSatisfactionSurvey">
fx:controller="com.ecep.contract.controller.customer.CustomerTabSkinSatisfactionSurvey">
<children>
<VBox AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0"
AnchorPane.topAnchor="5.0">
@@ -41,7 +41,8 @@
</TableView>
<Pane prefHeight="50.0">
<children>
<Label layoutX="14.0" layoutY="7.0" text="相关项是U8系统中的客户更新日期表示数据从U8系统中获取数据有变化时记录的日期同步时间表示发生从U8系统中获取时的时间戳。"/>
<Label layoutX="14.0" layoutY="7.0"
text="以抽查的方式,使用电话或者现场要求客户对服务质量评价。"/>
</children>
</Pane>
</children>