yzp преди 1 година
родител
ревизия
0fd0ecdf27
променени са 1 файла, в които са добавени 9 реда и са изтрити 1 реда
  1. 9 1
      Web/src/views/system/print/component/editPrint.vue

+ 9 - 1
Web/src/views/system/print/component/editPrint.vue

@@ -9,7 +9,15 @@
 					</div>
 				</template>
 				<div style="margin: 0px 0px 0px 0px">
-					<HiprintDesign :mode-index="mode" ref="hiprintDesignRef" />
+					<el-tabs type="border-card">
+						<el-tab-pane label="属性">
+							<HiprintDesign :mode-index="mode" ref="hiprintDesignRef" />
+						</el-tab-pane>
+						<el-tab-pane label="测试数据">
+							<el-input type="textarea" style="width: 240px" rows="20"></el-input>
+						</el-tab-pane>
+					</el-tabs>
+					
 				</div>
 				<template #footer>
 					<span class="dialog-footer" style="margin-top: 10px">