|
|
@ -139,7 +139,7 @@
|
|
|
|
查看
|
|
|
|
查看
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="primary"
|
|
|
|
type="success"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
v-hasPermi="['${moduleName}:${businessName}:edit']"
|
|
|
|
v-hasPermi="['${moduleName}:${businessName}:edit']"
|
|
|
@ -165,7 +165,7 @@
|
|
|
|
<!-- 添加或修改${functionName}对话框 -->
|
|
|
|
<!-- 添加或修改${functionName}对话框 -->
|
|
|
|
<el-dialog :visible.sync="open" width="500px" append-to-body custom-class="dialog-box">
|
|
|
|
<el-dialog :visible.sync="open" width="500px" append-to-body custom-class="dialog-box">
|
|
|
|
<div slot="title" class="dialog-title">{{ title }}</div>
|
|
|
|
<div slot="title" class="dialog-title">{{ title }}</div>
|
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="auto">
|
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="auto" class="dialog-from">
|
|
|
|
#foreach($column in $columns)
|
|
|
|
#foreach($column in $columns)
|
|
|
|
#set($field=$column.javaField)
|
|
|
|
#set($field=$column.javaField)
|
|
|
|
#if($column.insert && !$column.pk)
|
|
|
|
#if($column.insert && !$column.pk)
|
|
|
|