|
|
@@ -19,8 +19,8 @@
|
|
|
style="margin-left: 6px"
|
|
|
type="success"
|
|
|
size="small"
|
|
|
- @click="allClick('提交审批')"
|
|
|
- >提交审批
|
|
|
+ @click="allClick('提交审核')"
|
|
|
+ >提交审核
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="form.id && form.checkStatus == '提交'"
|
|
|
@@ -774,7 +774,7 @@ export default {
|
|
|
return filename.slice(((filename.lastIndexOf(".") - 1) >>> 0) + 2);
|
|
|
},
|
|
|
allClick(name) {
|
|
|
- if (name == "提交审批") {
|
|
|
+ if (name == "提交审核") {
|
|
|
this.$refs.form.validate((valid, done) => {
|
|
|
done();
|
|
|
if (valid) {
|
|
|
@@ -794,7 +794,7 @@ export default {
|
|
|
if (this.corpsFiles.filter((item) => item.mainImage == 1).length == 0) {
|
|
|
this.corpsFiles[0].mainImage = 1;
|
|
|
}
|
|
|
- this.$confirm("是否提交审批?", "提示", {
|
|
|
+ this.$confirm("是否提交审核?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|