Browse Source

feat: 模板设计 0%

luoyali 1 năm trước cách đây
mục cha
commit
cc338eb016
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/flow/form/index.vue

+ 6 - 0
src/views/flow/form/index.vue

@@ -79,6 +79,12 @@
 				</template>
 
 				<template #actionSlot="scope">
+					<el-tooltip content="设计" placement="bottom" effect="light">
+						<el-icon class="ibt0">
+							<Money />
+						</el-icon>
+					</el-tooltip>
+					<el-divider direction="vertical"></el-divider>
 					<el-tooltip content="编辑" placement="bottom" effect="light">
 						<el-icon class="ibt0" @click="tableTemplateEdit(scope.row)">
 							<Edit />