|
@@ -127,7 +127,10 @@ onMounted(() => {
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
- <el-button type="primary" @click="handleOpenForm('create')">
|
|
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ @click="handleOpenForm('create')"
|
|
|
|
|
+ v-hasPermi="['pms:iot-ry-improve-daily-report:create']">
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button type="primary" @click="handleQuery">
|
|
<el-button type="primary" @click="handleQuery">
|
|
@@ -182,7 +185,8 @@ onMounted(() => {
|
|
|
v-if="row.auditStatus !== 20"
|
|
v-if="row.auditStatus !== 20"
|
|
|
link
|
|
link
|
|
|
type="primary"
|
|
type="primary"
|
|
|
- @click="handleOpenForm('edit', row)">
|
|
|
|
|
|
|
+ @click="handleOpenForm('edit', row)"
|
|
|
|
|
+ v-hasPermi="['pms:iot-ry-improve-daily-report:update']">
|
|
|
编辑
|
|
编辑
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button
|
|
<el-button
|