|
@@ -47,7 +47,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button v-if="this.taskForm.taskId == ''" @click="visible = false">{{ $t('message.return') }}</el-button>
|
|
|
<el-button v-if="!this.taskForm.taskId == ''" type="primary"
|
|
|
- @click="dataFormSubmit(1)">{{ $t('通过') }}</el-button>
|
|
|
+ @click="dataFormSubmit(1)" :disabled="submitDisabled">{{ $t('通过') }}</el-button>
|
|
|
<el-button v-if="!this.taskForm.taskId == ''&&(this.isDevSup||this.isUserMag) && this.xpxp!= 12" type="success"
|
|
|
@click="updateDetail">{{ $t('修改') }}</el-button>
|
|
|
<el-button v-if="!this.taskForm.taskId == ''" type="danger" @click="dataFormSubmit(0)"
|