⚡优化移动端代码生成模板
This commit is contained in:
parent
d2afa84c37
commit
0fb410159a
@ -69,12 +69,14 @@ $end
|
|||||||
|
|
||||||
</u--form>
|
</u--form>
|
||||||
|
|
||||||
<view class="btn-group">
|
<view class="form-footer">
|
||||||
<view class="btn-item">
|
<view class="btn_wrap">
|
||||||
<u-button text="取消" shape="circle" icon="close" type="info" @click="handleCancel"></u-button>
|
<view class="btn-item">
|
||||||
</view>
|
<u-button text="取消" shape="circle" icon="close" type="info" @click="handleCancel"></u-button>
|
||||||
<view class="btn-item" v-if="opertype != 3">
|
</view>
|
||||||
<u-button text="确定" shape="circle" icon="checkmark" type="primary" @click="submit"></u-button>
|
<view class="btn-item" v-if="opertype != 3">
|
||||||
|
<u-button text="确定" shape="circle" icon="checkmark" type="primary" @click="submit"></u-button>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -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