Commit cf7c24ce by lichengming

添加了土工按钮权限

parent 57f37fe0
......@@ -174,12 +174,12 @@ export default {
},
{
type: 'success',
id: '',
name: '物性文件上传采集'
id: 'do-test-sample-item-right-file-physical',
name: '物性上传图片'
},
{
type: 'success',
id: '',
id: 'do-test-sample-item-right-file-moisture',
name: '界限含水率上传采集'
}
],
......@@ -522,7 +522,7 @@ export default {
case '力学文件上传采集':
this._batchUpload()
break
case '物性文件上传采集':
case '物性上传图片':
this._batchUploadPhysical()
break
case '界限含水率上传采集':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment