|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
<el-button type="success" plain @click="handleExport" :loading="exportLoading" v-hasPermi="['mes:task:export']">
|
|
|
|
|
<Icon icon="ep:download" class="mr-5px" /> {{ t('ProductionPlan.TaskSummary.buttonExportText') }}
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="primary" @click="openScheduleDialog">scheduleDialogTitle
|
|
|
|
|
<el-button type="primary" @click="openScheduleDialog">
|
|
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> {{ t('ProductionPlan.TaskSummary.scheduleDialogTitle') }}
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|