|
@@ -891,6 +891,20 @@
|
|
|
@click="addRelevant('copy')"
|
|
|
>复制录入</el-button
|
|
|
>
|
|
|
+ <el-button
|
|
|
+ :disabled="browseStatus"
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="tishi"
|
|
|
+ >导入模板</el-button
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ :disabled="browseStatus"
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="tishi"
|
|
|
+ >导入接口</el-button
|
|
|
+ >
|
|
|
</el-col>
|
|
|
<el-col style="display: flex; justify-content: flex-end">
|
|
|
<el-button
|
|
@@ -3811,6 +3825,9 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
+ tishi(){
|
|
|
+ return this.$message.error("正在开发中");
|
|
|
+ },
|
|
|
//查询列数据
|
|
|
getRow() {
|
|
|
let that = this;
|