提交 74eaef0e authored 作者: 王鹏飞's avatar 王鹏飞

chore: 卷王 -> 紫荆表单

上级 fd91a807
......@@ -12,7 +12,7 @@ withDefaults(defineProps<{ multiColor?: boolean; name: string; color?: string; w
12.自定义 13.定时触发 14.加入群组 15.更变属性 16.终止旅程
17.移出群组 18.更变处理 19.内部通知 20.属性判断 21.标签判断
22.群组判断 23.事件判断 24.时间判断
99.卷王 100.小程序
99.紫荆表单 999.卷王 100.小程序
-type: 形状
* circle 圆形
......@@ -23,7 +23,7 @@ withDefaults(defineProps<{ multiColor?: boolean; name: string; color?: string; w
<template>
<div>
<svg v-if="name === '99'" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" class="icon" viewBox="0 0 512 512" :width="w" :height="h">
<svg v-if="name === '999'" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" class="icon" viewBox="0 0 512 512" :width="w" :height="h">
<g>
<g>
<path
......@@ -40,6 +40,35 @@ withDefaults(defineProps<{ multiColor?: boolean; name: string; color?: string; w
</g>
</g>
</svg>
<svg v-if="name === '99'" version="1.0" xmlns="http://www.w3.org/2000/svg" :width="w" :height="h" viewBox="0 0 624.000000 703.000000" preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,703.000000) scale(0.100000,-0.100000)" :fill="multiColor ? '#aa1941' : color" stroke="none">
<path
d="M3055 7007 c-1229 -586 -3025 -1454 -3037 -1469 -17 -19 -18 -130
-18 -2028 0 -1898 1 -2009 17 -2028 22 -25 3072 -1482 3103 -1482 31 0 3081
1457 3103 1482 15 18 17 47 17 289 0 148 -3 269 -7 269 -4 0 -696 -329 -1537
-732 -842 -402 -1542 -736 -1556 -741 -22 -8 -192 71 -1315 607 -710 339
-1298 625 -1308 637 -16 20 -17 116 -17 1700 l0 1678 23 24 c12 14 566 285
1309 641 l1288 617 967 -464 c533 -256 967 -469 967 -474 -1 -4 -541 -266
-1200 -581 -659 -314 -1202 -576 -1206 -580 -12 -12 567 -286 589 -278 69 25
3002 1433 3000 1440 -4 11 -3074 1486 -3107 1492 -14 3 -46 -6 -75 -19z" />
<path
d="M2061 5317 l-1171 -560 0 -331 1 -331 1114 -532 1115 -532 1557 744
1558 744 3 281 c2 238 0 281 -12 278 -8 -2 -710 -335 -1560 -742 l-1546 -738
-865 413 c-476 227 -861 416 -857 420 4 3 545 264 1202 578 657 314 1199 576
1204 581 9 9 -243 137 -500 255 l-72 33 -1171 -561z" />
<path
d="M4680 3329 c-850 -406 -1552 -739 -1560 -739 -8 0 -512 238 -1120
528 l-1105 528 -3 -279 c-1 -154 0 -282 2 -284 6 -7 2219 -1063 2226 -1063 3
0 706 334 1561 743 l1554 743 3 282 c1 155 -1 282 -5 281 -5 0 -703 -333
-1553 -740z" />
<path
d="M4678 2314 l-1558 -744 -1110 530 c-611 291 -1113 530 -1115 530 -3
0 -4 -127 -3 -282 l3 -282 1105 -528 c608 -290 1112 -528 1120 -528 8 0 713
334 1567 742 l1553 742 0 283 c0 156 -1 283 -2 283 -2 -1 -704 -336 -1560
-746z" />
</g>
</svg>
<svg v-if="name === '100'" version="1.0" xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 86 86" :width="w" :height="h">
<g transform="translate(0.000000,86.000000) scale(0.100000,-0.100000)" :fill="multiColor ? '#19AA20' : color" stroke="none">
<path
......
......@@ -124,7 +124,7 @@ const platformList: PlatformItem[] = [
{ label: 'AppId', prop: 'appId', value: '' }
]
},
{ type: '13', type_name: '卷王', icon: '99', config_attributes: [{ label: '连接名称', prop: 'name', value: '' }] },
{ type: '13', type_name: '紫荆表单', icon: '99', config_attributes: [{ label: '连接名称', prop: 'name', value: '' }] },
{
type: '14',
type_name: '小程序',
......
......@@ -25,7 +25,7 @@ function handleSubmit() {
</div>
<el-dialog title="账号密码" width="500" v-model="modelValue" @update:modelValue="$emit('update:modelValue')">
<el-form labelWidth="140" labelSuffix=":">
<el-form-item label="卷王账号">{{ account }} <el-button text type="primary" @click="handleCopy(account)">复制</el-button></el-form-item>
<el-form-item label="账号">{{ account }} <el-button text type="primary" @click="handleCopy(account)">复制</el-button></el-form-item>
<el-form-item label="密码">{{ password }} <el-button text type="primary" @click="handleCopy(password)">复制</el-button></el-form-item>
</el-form>
<template #footer>
......
......@@ -55,7 +55,7 @@ function handleClick(row: SurveyKingListItem) {
</script>
<template>
<AppCard title="卷王表单映射">
<AppCard title="紫荆表单映射">
<AppList v-bind="listOptions" ref="appList">
<template #table-x="{ row }: { row: SurveyKingListItem }">
<el-button type="primary" @click="handleClick(row)">查看</el-button>
......
......@@ -479,13 +479,13 @@ const platformList = [
},
{
type: 13,
type_name: '卷王',
type_name: '紫荆表单',
data: [
{
title: '',
children: [
{
title: '访问卷王表单网站',
title: '访问紫荆表单网站',
onClick() {
surveyKingDialogVisible.value = true
// window.open('https://surveyking.ezijing.com/')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论