⚡优化移动端代码生成模板
This commit is contained in:
parent
d2afa84c37
commit
0fb410159a
@ -69,7 +69,8 @@ $end
|
|||||||
|
|
||||||
</u--form>
|
</u--form>
|
||||||
|
|
||||||
<view class="btn-group">
|
<view class="form-footer">
|
||||||
|
<view class="btn_wrap">
|
||||||
<view class="btn-item">
|
<view class="btn-item">
|
||||||
<u-button text="取消" shape="circle" icon="close" type="info" @click="handleCancel"></u-button>
|
<u-button text="取消" shape="circle" icon="close" type="info" @click="handleCancel"></u-button>
|
||||||
</view>
|
</view>
|
||||||
@ -78,6 +79,7 @@ $end
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -110,7 +112,6 @@ $end
|
|||||||
return {
|
return {
|
||||||
form: {},
|
form: {},
|
||||||
rules: {
|
rules: {
|
||||||
xxx: {},
|
|
||||||
$foreach(column in genTable.Columns)
|
$foreach(column in genTable.Columns)
|
||||||
$if(column.IsRequired && column.IsIncrement == false)
|
$if(column.IsRequired && column.IsIncrement == false)
|
||||||
${column.CsharpFieldFl}: [{
|
${column.CsharpFieldFl}: [{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user