|
@ -102,12 +102,14 @@ |
|
|
|
|
|
|
|
|
<el-row :gutter="10" class="mb8"> |
|
|
<el-row :gutter="10" class="mb8"> |
|
|
<el-col :span="1.5"> |
|
|
<el-col :span="1.5"> |
|
|
|
|
|
<!-- .medicalFile --> |
|
|
<el-button |
|
|
<el-button |
|
|
type="primary" |
|
|
type="primary" |
|
|
plain |
|
|
plain |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-plus" |
|
|
size="mini" |
|
|
size="mini" |
|
|
@click="handleAdd" |
|
|
@click="handleAdd" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:add']" |
|
|
>新增</el-button |
|
|
>新增</el-button |
|
|
> |
|
|
> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -119,6 +121,7 @@ |
|
|
size="mini" |
|
|
size="mini" |
|
|
:disabled="multiple" |
|
|
:disabled="multiple" |
|
|
@click="handleDelete" |
|
|
@click="handleDelete" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:del']" |
|
|
>删除</el-button |
|
|
>删除</el-button |
|
|
> |
|
|
> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -129,8 +132,10 @@ |
|
|
icon="el-icon-bottom" |
|
|
icon="el-icon-bottom" |
|
|
size="mini" |
|
|
size="mini" |
|
|
@click="handleDownload" |
|
|
@click="handleDownload" |
|
|
>下载模版</el-button |
|
|
v-hasPermi="['medicalFile:index:download']" |
|
|
> |
|
|
> |
|
|
|
|
|
下载模版 |
|
|
|
|
|
</el-button> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="1.5"> |
|
|
<el-col :span="1.5"> |
|
|
<el-button |
|
|
<el-button |
|
@ -139,6 +144,7 @@ |
|
|
icon="el-icon-upload2" |
|
|
icon="el-icon-upload2" |
|
|
size="mini" |
|
|
size="mini" |
|
|
@click="handleImport" |
|
|
@click="handleImport" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:import']" |
|
|
>导入</el-button |
|
|
>导入</el-button |
|
|
> |
|
|
> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -149,6 +155,7 @@ |
|
|
icon="el-icon-download" |
|
|
icon="el-icon-download" |
|
|
size="mini" |
|
|
size="mini" |
|
|
@click="handleExport" |
|
|
@click="handleExport" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:export']" |
|
|
>导出</el-button |
|
|
>导出</el-button |
|
|
> |
|
|
> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -352,6 +359,7 @@ |
|
|
type="text" |
|
|
type="text" |
|
|
icon="el-icon-edit" |
|
|
icon="el-icon-edit" |
|
|
@click="handleUpdate(scope.row)" |
|
|
@click="handleUpdate(scope.row)" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:edit']" |
|
|
>修改</el-button |
|
|
>修改</el-button |
|
|
> |
|
|
> |
|
|
<el-button |
|
|
<el-button |
|
@ -359,6 +367,7 @@ |
|
|
type="text" |
|
|
type="text" |
|
|
icon="el-icon-delete" |
|
|
icon="el-icon-delete" |
|
|
@click="handleDelete(scope.row)" |
|
|
@click="handleDelete(scope.row)" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:del']" |
|
|
>删除</el-button |
|
|
>删除</el-button |
|
|
> |
|
|
> |
|
|
<el-button |
|
|
<el-button |
|
@ -366,6 +375,7 @@ |
|
|
type="text" |
|
|
type="text" |
|
|
icon="el-icon-tickets" |
|
|
icon="el-icon-tickets" |
|
|
@click="handleDetails(scope.row)" |
|
|
@click="handleDetails(scope.row)" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:details']" |
|
|
>档案详情</el-button |
|
|
>档案详情</el-button |
|
|
> |
|
|
> |
|
|
<el-button |
|
|
<el-button |
|
@ -373,6 +383,7 @@ |
|
|
type="text" |
|
|
type="text" |
|
|
icon="el-icon-notebook-2" |
|
|
icon="el-icon-notebook-2" |
|
|
@click="handleEecorde(scope.row)" |
|
|
@click="handleEecorde(scope.row)" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:ecorde']" |
|
|
>随访记录</el-button |
|
|
>随访记录</el-button |
|
|
> |
|
|
> |
|
|
<el-button |
|
|
<el-button |
|
@ -381,6 +392,7 @@ |
|
|
type="text" |
|
|
type="text" |
|
|
icon="el-icon-s-promotion" |
|
|
icon="el-icon-s-promotion" |
|
|
@click="handleExamine(scope.row, 1)" |
|
|
@click="handleExamine(scope.row, 1)" |
|
|
|
|
|
v-hasPermi="['medicalFile:index:examine']" |
|
|
> |
|
|
> |
|
|
提交审核 |
|
|
提交审核 |
|
|
</el-button> |
|
|
</el-button> |
|
|