Copywriter, webmaster, productmanager, architect, zelfstandig ontwikkelaar.
继续迭代views引擎。
这次迭代后,views引擎就彻底成了微内核架构。和form引擎、block引擎的架构一样。
Doe creatievere dingen en minder arbeidsintensieve dingen.
最近一周迭代了表单引擎。增加了地址选择器。不太满意,先这样,后边再说吧。表单标题实现了条件配置,不必局限于固定的value值。
oms也做了一些迭代。增加了一种订单的类型(免费)。修改了一下订单的模型。
产品管理系统也做了些迭代,增加一种product type,增加订单分类的分类法。
一直觉得我这表单引擎有点问题,也一直没发现。
直到昨天,才发现,用我这表单引擎配置出来的表单,表单项之间无法联动。
今天迭代一次,解决了这个问题,让表单项之间可以联动。
某个表单项的数据因为用户操作发生变化时,关联表单项的数据或视图会发生相应的变化。
<label
v-for="(item, i) in radioGroup.items" :key="i">
<input
class=""
type="radio"
:name="radioGroup.field"
v-model="radioGroup.value"
:value="item.key"
/>
{{ item.name }}
</label>
<!--
radioGroup:the json of the radios.
radioGroup.items:the json of every radio item.
radioGroup.field:the field of the radio used.
radioGroup.value:the value of the radioGroup.
item.key:the key of every radio item.
item.name:the name of every radio item.
-->
一年做成一件事,2021年有点意外,做成了两件事。 第一件事,是将我的低代码开发平台迭代到比较成熟,可以正式使 […]
40家本土巨头不敌一个美国亚马逊,这场格局之争不能再输了! 腾讯网的一篇文章。摘录了一些。 2020年数据表明 […]