优化移动端代码生成模板

This commit is contained in:
不做码农 2023-09-06 20:46:52 +08:00
parent d2afa84c37
commit 0fb410159a

View File

@ -69,7 +69,8 @@ $end
</u--form>
<view class="btn-group">
<view class="form-footer">
<view class="btn_wrap">
<view class="btn-item">
<u-button text="取消" shape="circle" icon="close" type="info" @click="handleCancel"></u-button>
</view>
@ -78,6 +79,7 @@ $end
</view>
</view>
</view>
</view>
</template>
<script>
@ -110,7 +112,6 @@ $end
return {
form: {},
rules: {
xxx: {},
$foreach(column in genTable.Columns)
$if(column.IsRequired && column.IsIncrement == false)
${column.CsharpFieldFl}: [{