|
@@ -108,7 +108,7 @@ export default {
|
|
|
name: "Synthesis",
|
|
|
data() {
|
|
|
return {
|
|
|
- tableButtonType:this.hasPermiDom(['exam:el_classify:query','exam:el_classify:edit','exam:el_classify:remove']),
|
|
|
+ tableButtonType:this.hasPermiDom(['laboratory:synthesis:query','laboratory:synthesis:edit','laboratory:synthesis:remove']),
|
|
|
uploadImgUrl: window.location.href.split('://')[0]+'://' + process.env.VUE_APP_BASE_API + "/file/upload", // 上传的图片服务器地址
|
|
|
headers: {
|
|
|
Authorization: "Bearer " + getToken(),
|