|
|
|
@ -100,11 +100,13 @@
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
icon="el-icon-thumb"
|
|
|
|
icon="el-icon-thumb"
|
|
|
|
@click="handleDACJ(scope.row)"
|
|
|
|
@click="handleDACJ(scope.row)"
|
|
|
|
|
|
|
|
v-hasPermi="['dangan:collection:list']"
|
|
|
|
>档案采集</el-button>
|
|
|
|
>档案采集</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
icon="el-icon-tickets"
|
|
|
|
icon="el-icon-tickets"
|
|
|
|
|
|
|
|
v-hasPermi="['dangan:pictureRecard:list']"
|
|
|
|
@click="handleSCJL(scope.row)"
|
|
|
|
@click="handleSCJL(scope.row)"
|
|
|
|
>上传记录</el-button>
|
|
|
|
>上传记录</el-button>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|