update
This commit is contained in:
+1
-1
@@ -27,6 +27,6 @@ COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
# 使用脚本作为入口点
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["bash","/entrypoint.sh"]
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
@@ -682,8 +682,8 @@
|
||||
firstFormOne.value = [];
|
||||
const params = {
|
||||
centerId: centerId.value,
|
||||
startDate: '2000-01-01',
|
||||
endDate: '2030-12-31',
|
||||
// startDate: '2000-01-01',
|
||||
// endDate: '2030-12-31',
|
||||
};
|
||||
indexModalTitle.value = '今日应急';
|
||||
modalApi.value = todayEmergencyListApi;
|
||||
|
||||
@@ -741,6 +741,7 @@
|
||||
|
||||
.item-two {
|
||||
color: #00ccff;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -687,21 +687,21 @@ export const centerMapFromList = [
|
||||
// options: checkData,
|
||||
// defaultValue: '',
|
||||
// },
|
||||
{
|
||||
label: '是否成功控降',
|
||||
field: 'successFlag',
|
||||
type: 'select',
|
||||
placeholder: '请选择是否成功控降',
|
||||
options: isTrueOfFalse,
|
||||
defaultValue: '',
|
||||
},
|
||||
{
|
||||
label: '单位名称',
|
||||
field: 'departName',
|
||||
type: 'input',
|
||||
placeholder: '请输入单位名称',
|
||||
defaultValue: '',
|
||||
},
|
||||
// {
|
||||
// label: '是否成功控降',
|
||||
// field: 'successFlag',
|
||||
// type: 'select',
|
||||
// placeholder: '请选择是否成功控降',
|
||||
// options: isTrueOfFalse,
|
||||
// defaultValue: '',
|
||||
// },
|
||||
// {
|
||||
// label: '单位名称',
|
||||
// field: 'departName',
|
||||
// type: 'input',
|
||||
// placeholder: '请输入单位名称',
|
||||
// defaultValue: '',
|
||||
// },
|
||||
];
|
||||
|
||||
export const twoRNewColumns = [
|
||||
@@ -717,8 +717,8 @@ export const twoRNewColumns = [
|
||||
},
|
||||
{
|
||||
title: '性别',
|
||||
dataIndex: 'sex',
|
||||
key: 'sex',
|
||||
dataIndex: 'sexCode',
|
||||
key: 'sexCode',
|
||||
width: 50,
|
||||
customRender: ({ text }) => {
|
||||
switch (text) {
|
||||
|
||||
@@ -68,14 +68,14 @@ export const list = [
|
||||
field: 'hypertension',
|
||||
span: 24,
|
||||
options: [
|
||||
{
|
||||
label: '否',
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
label: '是',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: '否',
|
||||
value: 2,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -123,14 +123,14 @@ export const list = [
|
||||
field: 'diabetes',
|
||||
span: 24,
|
||||
options: [
|
||||
{
|
||||
label: '否',
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
label: '是',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: '否',
|
||||
value: 2,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -112,7 +112,6 @@
|
||||
}
|
||||
|
||||
function handlePolice(item: any) {
|
||||
debugger;
|
||||
openInfor.value = true;
|
||||
showSping.value = true;
|
||||
userInfo.value = {};
|
||||
|
||||
Reference in New Issue
Block a user