|
@@ -54,14 +54,14 @@
|
|
<el-button
|
|
<el-button
|
|
v-if="scope.row.task_status === '待解析'"
|
|
v-if="scope.row.task_status === '待解析'"
|
|
link
|
|
link
|
|
- type="success"
|
|
|
|
|
|
+ type="primary"
|
|
@click="handleAnalysis(scope.row)"
|
|
@click="handleAnalysis(scope.row)"
|
|
>解析</el-button>
|
|
>解析</el-button>
|
|
<el-button v-else type="success" link @click="handleStore(scope.row, true)">解析结果</el-button>
|
|
<el-button v-else type="success" link @click="handleStore(scope.row, true)">解析结果</el-button>
|
|
<el-button
|
|
<el-button
|
|
v-if="scope.row.task_status === '成功'"
|
|
v-if="scope.row.task_status === '成功'"
|
|
link
|
|
link
|
|
- type="primary"
|
|
|
|
|
|
+ type="warning"
|
|
@click="handleStore(scope.row)"
|
|
@click="handleStore(scope.row)"
|
|
>入库</el-button>
|
|
>入库</el-button>
|
|
</template>
|
|
</template>
|