|
@@ -50,7 +50,6 @@
|
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['file:financialEvaluation:add']"
|
|
|
|
|
>新增</el-button
|
|
>新增</el-button
|
|
|
>
|
|
>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -62,7 +61,6 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="single"
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['file:financialEvaluation:edit']"
|
|
|
|
|
>修改</el-button
|
|
>修改</el-button
|
|
|
>
|
|
>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -74,7 +72,6 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['file:financialEvaluation:remove']"
|
|
|
|
|
>删除</el-button
|
|
>删除</el-button
|
|
|
>
|
|
>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -85,7 +82,6 @@
|
|
|
icon="el-icon-download"
|
|
icon="el-icon-download"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleExport"
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['file:financialEvaluation:export']"
|
|
|
|
|
>导出</el-button
|
|
>导出</el-button
|
|
|
>
|
|
>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -199,7 +195,6 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['file:financialEvaluation:edit']"
|
|
|
|
|
>修改</el-button
|
|
>修改</el-button
|
|
|
>
|
|
>
|
|
|
<el-button
|
|
<el-button
|
|
@@ -208,7 +203,6 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['file:financialEvaluation:remove']"
|
|
|
|
|
>删除</el-button
|
|
>删除</el-button
|
|
|
>
|
|
>
|
|
|
</template>
|
|
</template>
|