|
@@ -25,27 +25,13 @@
|
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
|
@selection-change="handleSelectionChange">
|
|
@selection-change="handleSelectionChange">
|
|
|
<el-table-column sortable align="center" label="问题类型" prop="问题类型" width="220" />
|
|
<el-table-column sortable align="center" label="问题类型" prop="问题类型" width="220" />
|
|
|
- <!-- <el-table-column sortable align="center" label="建档日期" prop="Sys_rq" width="130" /> -->
|
|
|
|
|
- <!-- <el-table-column sortable align="center" label="删除日期" prop="mod_rq" width="130" />
|
|
|
|
|
- <el-table-column sortable align="center" label="更新日期" prop="update_time" width="130" /> -->
|
|
|
|
|
<el-table-column sortable align="center" label="归属" prop="classification" width="130" />
|
|
<el-table-column sortable align="center" label="归属" prop="classification" width="130" />
|
|
|
- <!-- <el-table-column prop="status" label="状态" align="center" width="130" sortable>
|
|
|
|
|
- <template #default="{ row }">
|
|
|
|
|
- <el-tag :type="row.status === '1' ? 'success' : 'danger'">
|
|
|
|
|
- {{ row.status === '1' ? '正常' : '异常' }}
|
|
|
|
|
- </el-tag>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column> -->
|
|
|
|
|
- <el-table-column fixed="right" label="操作" width="200">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" width="100">
|
|
|
<template #default="{ row, $index }">
|
|
<template #default="{ row, $index }">
|
|
|
- <!-- <el-button @click="Class_change(row,$index)" type="primary" size="small"
|
|
|
|
|
- style="font-size: 16px;padding: 0px;width: 90px;height: 25px;">
|
|
|
|
|
- 更改状态
|
|
|
|
|
- </el-button> -->
|
|
|
|
|
<el-button @click="record_deleteRow(row,$index)" type="danger" size="small"
|
|
<el-button @click="record_deleteRow(row,$index)" type="danger" size="small"
|
|
|
- style="font-size: 16px;padding: 0px;width: 60px;background-color: red;">
|
|
|
|
|
|
|
+ style="font-size: 16px;padding: 0px;width: 60px;background-color: red;">
|
|
|
删除
|
|
删除
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ </el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
@@ -77,8 +63,6 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
|
|
<template #footer>
|
|
<template #footer>
|
|
@@ -87,9 +71,8 @@
|
|
|
<el-button type="primary" @click="add_QuestionenterDialog">确定</el-button>
|
|
<el-button type="primary" @click="add_QuestionenterDialog">确定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</el-main>
|
|
</el-main>
|
|
|
</layout-content>
|
|
</layout-content>
|
|
|
</layout>
|
|
</layout>
|
|
@@ -222,11 +205,6 @@
|
|
|
page.value = val;
|
|
page.value = val;
|
|
|
_getStaffList();
|
|
_getStaffList();
|
|
|
};
|
|
};
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
@@ -235,12 +213,10 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.form-column {
|
|
.form-column {
|
|
|
/*flex: 1;*/
|
|
/*flex: 1;*/
|
|
|
margin-right: 15px; /* 调整列之间的间距 */
|
|
margin-right: 15px; /* 调整列之间的间距 */
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
/* 左侧输入框宽度调整 */
|
|
/* 左侧输入框宽度调整 */
|
|
|
.form-column .el-form-item .el-input {
|
|
.form-column .el-form-item .el-input {
|
|
|
width: 150px; /* 调整左侧输入框的宽度 */
|
|
width: 150px; /* 调整左侧输入框的宽度 */
|