|
|
@@ -20,7 +20,7 @@
|
|
|
<el-date-picker v-model="formValue.planEndTime" placeholder="请选择日期" style="width: 200px" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="通知区域" prop="safetyAreaData">
|
|
|
- <el-button @click="handleAddArea" type="primary">添加</el-button>
|
|
|
+ <el-button @click="handleAddArea" type="primary" :icon="Plus">添加</el-button>
|
|
|
</el-form-item>
|
|
|
<el-table :data="currentTableData" v-if="formValue.safetyAreaData.length" style="width: 100%; margin: 20px 0 0">
|
|
|
<!-- <el-table-column type="index" label="序号" width="80" /> -->
|
|
|
@@ -82,6 +82,7 @@
|
|
|
import { uniqBy, omit } from 'lodash-es';
|
|
|
import dayjs from 'dayjs';
|
|
|
import { safetyNoticeAdminIssuedNotice } from '@/api/production-safety/responsibility-implementation';
|
|
|
+ import { Plus } from '@element-plus/icons-vue';
|
|
|
|
|
|
const props = defineProps<{
|
|
|
type: number;
|