Browse Source

去除“督审记录”、“反馈记录”

main
buaixuexideshitongxue 3 weeks ago
parent
commit
0ba31f7868
  1. 12
      src/views/warning/edit.vue

12
src/views/warning/edit.vue

@ -747,12 +747,12 @@ const ensureSupervisionTime = () => {
<el-col :span="6"> <el-col :span="6">
<el-button type="primary" style="width: 100%" @click="DetailReport">详情</el-button> <el-button type="primary" style="width: 100%" @click="DetailReport">详情</el-button>
</el-col> </el-col>
<el-col :span="3"> <!-- <el-col :span="3">-->
<el-button type="primary" style="width: 100%" @click="getWarningRecordFun">督审记录</el-button> <!-- <el-button type="primary" style="width: 100%" @click="getWarningRecordFun">督审记录</el-button>-->
</el-col> <!-- </el-col>-->
<el-col :span="3"> <!-- <el-col :span="3">-->
<el-button type="primary" style="width: 100%" @click="getWarningInformDataFun">反馈记录</el-button> <!-- <el-button type="primary" style="width: 100%" @click="getWarningInformDataFun">反馈记录</el-button>-->
</el-col> <!-- </el-col>-->
</el-row> </el-row>
</el-form> </el-form>
</div> </div>

Loading…
Cancel
Save