|
@@ -18,7 +18,7 @@
|
|
|
size="mini"
|
|
|
@click="handleUpdate"
|
|
|
v-hasPermi="['production:report:edit']"
|
|
|
- >{{ $t('编辑') }}</el-button>
|
|
|
+ >编辑</el-button>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button
|
|
@@ -28,7 +28,7 @@
|
|
|
size="mini"
|
|
|
@click="handleConfirmUpdate"
|
|
|
v-hasPermi="['production:report:edit']"
|
|
|
- >{{ $t('保存') }}</el-button>
|
|
|
+ >保存</el-button>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button
|
|
@@ -38,7 +38,7 @@
|
|
|
size="mini"
|
|
|
@click="handleCancelUpdate"
|
|
|
v-hasPermi="['production:report:edit']"
|
|
|
- >{{ $t('取消') }}</el-button>
|
|
|
+ >取消</el-button>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button
|